Skip to content

Commit

Permalink
Merge pull request #2 from phucngo2/release
Browse files Browse the repository at this point in the history
Build: Update app name and add portable executable file for Windows
  • Loading branch information
phucngo2 authored Aug 2, 2024
2 parents 138dc4d + ed04b9b commit ef43f24
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,18 @@ files:
asarUnpack:
- resources/**
win:
executableName: youtube-stalker
executableName: youtube-downloader
target:
- nsis
- portable
icon: build/icon.ico
nsis:
artifactName: ${name}-${version}-setup.${ext}
shortcutName: ${productName}
uninstallDisplayName: ${productName}
createDesktopShortcut: always
portable:
artifactName: ${name}-${version}-portable.${ext}
mac:
entitlementsInherit: build/entitlements.mac.plist
extendInfo:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "youtube-stalker",
"version": "1.0.0",
"name": "youtube-downloader",
"version": "1.0.1",
"description": "An Electron application with React and TypeScript",
"main": "./out/main/index.js",
"author": "example.com",
Expand Down

0 comments on commit ef43f24

Please sign in to comment.