Skip to content

Commit

Permalink
chore: remove portable build
Browse files Browse the repository at this point in the history
  • Loading branch information
linonetwo committed Nov 24, 2024
1 parent a1a2af5 commit dcd4f49
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 468 deletions.
19 changes: 10 additions & 9 deletions forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,16 @@ const config = {
};
},
},
{
name: '@rabbitholesyndrome/electron-forge-maker-portable',
platforms: ['win32'],
config: (arch) => {
return {
artifactName: `Portable-TidGi-Windows-${arch}.exe`,
};
},
},
// Env WIN_CSC_LINK is not correct https://github.com/rabbit-hole-syndrome/electron-forge-maker-portable/issues/7
// {
// name: '@rabbitholesyndrome/electron-forge-maker-portable',
// platforms: ['win32'],
// config: (arch) => {
// return {
// artifactName: `Portable-TidGi-Windows-${arch}.exe`,
// };
// },
// },
// ✖ Preparing native dependencies: 0 / 1 [FAILED: node-gyp failed to rebuild '/Users/runner/work/TidGi-Desktop/TidGi-Desktop/node_modules/.pnpm/@[email protected]/node_modules/@bitdisaster/exe-icon-extractor']
// {
// name: '@electron-forge/maker-wix',
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@
"electron-squirrel-startup": "1.0.1"
},
"devDependencies": {
"@rabbitholesyndrome/electron-forge-maker-portable": "^0.2.0",
"@cucumber/cucumber": "11.1.0",
"@dnd-kit/core": "6.2.0",
"@dnd-kit/modifiers": "8.0.0",
Expand Down
Loading

0 comments on commit dcd4f49

Please sign in to comment.