Skip to content

Commit 9a5aa8b

Browse files
authored
Merge pull request #2 from PAXANDDOS/dev
Lucast v2.0.0
2 parents 37348d1 + 0bb29b7 commit 9a5aa8b

55 files changed

Lines changed: 1755 additions & 1801 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.electron-builder.config.js

Lines changed: 16 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -5,54 +5,40 @@
55
module.exports = {
66
appId: 'com.paxanddos.lucast',
77
productName: 'Lucast',
8-
copyright: 'Copyright © 2022 ${author}',
98
asar: true,
10-
directories: {
11-
output: 'release/${version}',
12-
buildResources: 'build',
13-
},
9+
copyright: 'Copyright © 2022 ${author}',
10+
directories: { buildResources: 'build', output: 'release/${version}' },
1411
files: ['dist'],
15-
win: {
16-
target: [
17-
{
18-
target: 'nsis',
19-
arch: ['x64'],
20-
},
21-
],
22-
},
12+
win: { target: [{ arch: ['x64'], target: 'nsis' }] },
2313
nsis: {
24-
oneClick: false,
25-
perMachine: false,
2614
allowToChangeInstallationDirectory: true,
27-
deleteAppDataOnUninstall: false,
2815
artifactName: '${productName}-Setup.${ext}',
2916
createDesktopShortcut: true,
3017
createStartMenuShortcut: true,
18+
deleteAppDataOnUninstall: false,
19+
oneClick: false,
20+
perMachine: false,
3121
runAfterFinish: true,
22+
uninstallDisplayName: '${productName}',
3223
},
3324
mac: {
34-
identity: 'PAXANDDOS Individual Co.',
25+
category: 'public.app-category.utilities',
26+
electronLanguages: ['en'],
3527
extendInfo: {
36-
ElectronTeamID: 'paxanddos',
37-
'com.apple.developer.team-identifier': 'paxanddos',
38-
'com.apple.application-identifier': 'paxanddos.github.io',
3928
'Bundle name': '${productName}',
29+
'com.apple.application-identifier': 'paxanddos.github.io',
30+
'com.apple.developer.team-identifier': 'paxanddos',
31+
ElectronTeamID: 'paxanddos',
4032
LSHasLocalizedDisplayName: true,
4133
},
42-
electronLanguages: ['en'],
34+
identity: 'PAXANDDOS Individual Co.',
4335
target: ['dmg'],
44-
category: 'public.app-category.utilities',
4536
},
4637
dmg: {
4738
artifactName: '${productName}-Installer.${ext}',
48-
title: '${productName} ${version}',
4939
sign: false,
40+
title: '${productName} ${version}',
5041
},
51-
linux: {
52-
target: ['AppImage'],
53-
category: 'Utility',
54-
},
55-
appImage: {
56-
artifactName: '${productName}-Installer.${ext}',
57-
},
42+
linux: { category: 'Utility', target: ['AppImage'] },
43+
appImage: { artifactName: '${productName}-Installer.${ext}' },
5844
}

build/icon.icns

-24.9 KB
Binary file not shown.

build/icon.ico

84.6 KB
Binary file not shown.

build/installerIcon.ico

85 KB
Binary file not shown.

build/uninstallerIcon.ico

-20 KB
Binary file not shown.

0 commit comments

Comments
 (0)