Skip to content

Commit

Permalink
Merge pull request #2 from PAXANDDOS/dev
Browse files Browse the repository at this point in the history
Lucast v2.0.0
  • Loading branch information
PAXANDDOS authored Feb 5, 2022
2 parents 37348d1 + 0bb29b7 commit 9a5aa8b
Show file tree
Hide file tree
Showing 55 changed files with 1,755 additions and 1,801 deletions.
46 changes: 16 additions & 30 deletions .electron-builder.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,54 +5,40 @@
module.exports = {
appId: 'com.paxanddos.lucast',
productName: 'Lucast',
copyright: 'Copyright © 2022 ${author}',
asar: true,
directories: {
output: 'release/${version}',
buildResources: 'build',
},
copyright: 'Copyright © 2022 ${author}',
directories: { buildResources: 'build', output: 'release/${version}' },
files: ['dist'],
win: {
target: [
{
target: 'nsis',
arch: ['x64'],
},
],
},
win: { target: [{ arch: ['x64'], target: 'nsis' }] },
nsis: {
oneClick: false,
perMachine: false,
allowToChangeInstallationDirectory: true,
deleteAppDataOnUninstall: false,
artifactName: '${productName}-Setup.${ext}',
createDesktopShortcut: true,
createStartMenuShortcut: true,
deleteAppDataOnUninstall: false,
oneClick: false,
perMachine: false,
runAfterFinish: true,
uninstallDisplayName: '${productName}',
},
mac: {
identity: 'PAXANDDOS Individual Co.',
category: 'public.app-category.utilities',
electronLanguages: ['en'],
extendInfo: {
ElectronTeamID: 'paxanddos',
'com.apple.developer.team-identifier': 'paxanddos',
'com.apple.application-identifier': 'paxanddos.github.io',
'Bundle name': '${productName}',
'com.apple.application-identifier': 'paxanddos.github.io',
'com.apple.developer.team-identifier': 'paxanddos',
ElectronTeamID: 'paxanddos',
LSHasLocalizedDisplayName: true,
},
electronLanguages: ['en'],
identity: 'PAXANDDOS Individual Co.',
target: ['dmg'],
category: 'public.app-category.utilities',
},
dmg: {
artifactName: '${productName}-Installer.${ext}',
title: '${productName} ${version}',
sign: false,
title: '${productName} ${version}',
},
linux: {
target: ['AppImage'],
category: 'Utility',
},
appImage: {
artifactName: '${productName}-Installer.${ext}',
},
linux: { category: 'Utility', target: ['AppImage'] },
appImage: { artifactName: '${productName}-Installer.${ext}' },
}
Binary file modified build/icon.icns
Binary file not shown.
Binary file modified build/icon.ico
Binary file not shown.
Binary file modified build/installerIcon.ico
Binary file not shown.
Binary file removed build/uninstallerIcon.ico
Binary file not shown.
Loading

0 comments on commit 9a5aa8b

Please sign in to comment.