Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RezaRafia committed Mar 15, 2024
1 parent 0090761 commit 833c536
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 3 additions & 0 deletions forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ import { MakerRpm } from '@electron-forge/maker-rpm';
import { VitePlugin } from '@electron-forge/plugin-vite';

const config: ForgeConfig = {
packagerConfig: {
asar: true,
},
rebuildConfig: {},
makers: [new MakerSquirrel({}), new MakerZIP({}, ['darwin']), new MakerRpm({}), new MakerDeb({})],
publishers: [
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.0",
"description": "Combine your internet connections to maximize speed",
"main": "./src/main.ts",
"main": "./dist/main.js",

"scripts": {
"start": "electron-forge start",
Expand Down
3 changes: 0 additions & 3 deletions vite.renderer.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,4 @@ export default defineConfig({
include: '**/*.css',
}),
],
build: {
outDir: 'dist',
}
});

0 comments on commit 833c536

Please sign in to comment.