Skip to content

Commit

Permalink
Build(56): Update app name and portable file name
Browse files Browse the repository at this point in the history
  • Loading branch information
phucngo2 committed Aug 2, 2024
1 parent 3fd380b commit ed04b9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ files:
asarUnpack:
- resources/**
win:
executableName: youtube-stalker
executableName: youtube-downloader
target:
- nsis
- portable
Expand All @@ -23,7 +23,7 @@ nsis:
uninstallDisplayName: ${productName}
createDesktopShortcut: always
portable:
artifactName: ${name}-${version}.${ext}
artifactName: ${name}-${version}-portable.${ext}
mac:
entitlementsInherit: build/entitlements.mac.plist
extendInfo:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "youtube-stalker",
"name": "youtube-downloader",
"version": "1.0.1",
"description": "An Electron application with React and TypeScript",
"main": "./out/main/index.js",
Expand Down

0 comments on commit ed04b9b

Please sign in to comment.