Skip to content

Commit

Permalink
Chore(55): Test build portable
Browse files Browse the repository at this point in the history
  • Loading branch information
phucngo2 committed Aug 2, 2024
1 parent c32900b commit 3fd380b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,17 @@ asarUnpack:
- resources/**
win:
executableName: youtube-stalker
target:
- nsis
- portable
icon: build/icon.ico
nsis:
artifactName: ${name}-${version}-setup.${ext}
shortcutName: ${productName}
uninstallDisplayName: ${productName}
createDesktopShortcut: always
portable:
artifactName: ${name}-${version}.${ext}
mac:
entitlementsInherit: build/entitlements.mac.plist
extendInfo:
Expand Down

0 comments on commit 3fd380b

Please sign in to comment.