Skip to content

Instantly share code, notes, and snippets.

@jz5
Created April 24, 2015 02:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jz5/569aad468047bf92adf3 to your computer and use it in GitHub Desktop.
Save jz5/569aad468047bf92adf3 to your computer and use it in GitHub Desktop.
app.setUserTasks([
{
program: process.execPath,
arguments: '--new-window',
iconPath: process.execPath,
iconIndex: 0,
title: 'New Window',
description: 'Create a new winodw',
}
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment