Skip to content

Commit

Permalink
main
Browse files Browse the repository at this point in the history
  • Loading branch information
RezaRafia committed Mar 15, 2024
1 parent 072eb72 commit 4b37e1c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,6 @@ const config: ForgeConfig = {
},
rebuildConfig: {},
makers: [
{
name: '@electron-forge/maker-wix',
config: {
language: 1033,
manufacturer: 'Speedy'
}
},
{
name: '@electron-forge/maker-squirrel',
config: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"productName": "speedy",
"version": "1.0.1",
"description": "Combine your internet connections to maximize speed",
"main": ".vite/build/main.js",
"main": "./build/main.js",
"scripts": {
"start": "electron-forge start",
"package": "electron-forge package",
Expand Down

0 comments on commit 4b37e1c

Please sign in to comment.