Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
isaxk committed Aug 21, 2024
1 parent feae21f commit b907d4d
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 @@ -14,7 +14,7 @@ asarUnpack:
win:
executableName: ytdesk
nsis:
artifactName: ${name}-${version}-setup.${ext}
artifactName: ${name}-x64-${version}-setup.${ext}
shortcutName: ${productName}
uninstallDisplayName: ${productName}
createDesktopShortcut: always
Expand All @@ -27,7 +27,7 @@ mac:
- NSDownloadsFolderUsageDescription: Application requests access to the user's Downloads folder.
notarize: false
dmg:
artifactName: ${name}-${version}.${ext}
artifactName: ${name}-universal-${version}.${ext}
linux:
target:
- AppImage
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"postinstall": "electron-builder install-app-deps",
"build:unpack": "npm run build && electron-builder --dir",
"build:win": "npm run build && electron-builder --win",
"build:mac": "npm run build && electron-builder --mac",
"build:mac": "npm run build && electron-builder --mac --universal",
"build:linux": "npm run build && electron-builder --linux"
},
"dependencies": {
Expand Down

0 comments on commit b907d4d

Please sign in to comment.