Skip to content

Commit

Permalink
- refactoring all the things
Browse files Browse the repository at this point in the history
  • Loading branch information
atomy committed Aug 30, 2024
1 parent 4257b9c commit 7064408
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ runDev.bat
tf2-rcon.*
/release/app/package-lock.json
/.webpack/
out/
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@electron-forge/cli": "7.4.0",
"@electron-forge/maker-deb": "7.4.0",
"@electron-forge/maker-rpm": "7.4.0",
"@electron-forge/maker-squirrel": "7.4.0",
"@electron-forge/maker-squirrel": "^7.4.0",
"@electron-forge/maker-zip": "7.4.0",
"@electron-forge/plugin-webpack": "7.4.0",
"@marshallofsound/webpack-asset-relocator-loader": "^0.5.0",
Expand Down
5 changes: 4 additions & 1 deletion tools/forge/forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ module.exports = {
// Windows applications and is therefore the most user friendly you can get.
name: '@electron-forge/maker-squirrel',
config: {
name: 'electron-react-typescript-webpack-2022',
name: 'MannCo.Mastermind',
setupExe: 'MannCoMastermind.exe',
noDesktopShortcut: false, // Create a desktop shortcut
noStartMenuShortcut: false, // Create a Start Menu shortcut
},
},
{
Expand Down

0 comments on commit 7064408

Please sign in to comment.