Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJaredWilcurt authored Jan 6, 2024
1 parent f9fe8ab commit 76cf8f4
Show file tree
Hide file tree
Showing 3 changed files with 207 additions and 158 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ const { OPTIONS } = require('./api-type-definitions.js');
* @example
* createDesktopShortcut({
* windows: { filePath: 'C:\\path\\to\\executable.exe' },
* linux: { filePath: '/home/path/to/executable' },
* osx: { filePath: '/home/path/to/executable' }
* linux: { filePath: '/home/path/to/executable' },
* osx: { filePath: '/home/path/to/executable' }
* });
*
* @param {OPTIONS} options Options object for each OS, and global options
Expand Down
Loading

0 comments on commit 76cf8f4

Please sign in to comment.