Skip to content

Commit

Permalink
Merge pull request #1 from PAXANDDOS/dev
Browse files Browse the repository at this point in the history
Release v1.3.0
  • Loading branch information
PAXANDDOS authored Jan 31, 2022
2 parents c95fb38 + 6df4968 commit 1fc075f
Show file tree
Hide file tree
Showing 45 changed files with 1,371 additions and 446 deletions.
24 changes: 20 additions & 4 deletions config/.electron-builder.config.js → .electron-builder.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,40 @@ module.exports = {
arch: ['x64'],
},
],
artifactName: '${productName}-${arch}.${ext}',
},
nsis: {
oneClick: false,
perMachine: false,
allowToChangeInstallationDirectory: true,
deleteAppDataOnUninstall: false,
artifactName: '${productName} Setup.${ext}',
artifactName: '${productName}-Setup.${ext}',
createDesktopShortcut: true,
createStartMenuShortcut: true,
runAfterFinish: true,
},
mac: {
artifactName: '${productName}.${ext}',
identity: 'PAXANDDOS Individual Co.',
extendInfo: {
ElectronTeamID: 'paxanddos',
'com.apple.developer.team-identifier': 'paxanddos',
'com.apple.application-identifier': 'paxanddos.github.io',
'Bundle name': '${productName}',
LSHasLocalizedDisplayName: true,
},
electronLanguages: ['en'],
target: ['dmg'],
category: 'public.app-category.utilities',
},
dmg: {
artifactName: '${productName} Installer.${ext}',
artifactName: '${productName}-Installer.${ext}',
title: '${productName} ${version}',
sign: false,
},
linux: {
target: ['AppImage'],
category: 'Utility',
},
appImage: {
artifactName: '${productName}-Installer.${ext}',
},
}
3 changes: 1 addition & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"root": true,
"env": {
"es2021": true,
"node": true,
"browser": false
"node": true
},
"extends": [
"eslint:recommended",
Expand Down
4 changes: 3 additions & 1 deletion README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 0 additions & 28 deletions config/vite.preload.ts

This file was deleted.

110 changes: 0 additions & 110 deletions config/vite.renderer.ts

This file was deleted.

Loading

0 comments on commit 1fc075f

Please sign in to comment.