Skip to content

Commit

Permalink
Add support for Linux DEB and RPM installations
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrho committed Aug 30, 2024
1 parent 6e28b93 commit b1fcc46
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions jccm/forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ module.exports = {
{
name: '@electron-forge/maker-pkg',
config: {
identity: 'Developer ID Installer: Simon Rho (9B54K458K9)',
overwrite: true,
out: path.join(__dirname, 'out/make/darwin-arm64'),
name: 'jccm-darwin-arm64',
Expand All @@ -57,7 +56,6 @@ module.exports = {
{
name: '@electron-forge/maker-pkg',
config: {
identity: 'Developer ID Installer: Simon Rho (9B54K458K9)',
overwrite: true,
out: path.join(__dirname, 'out/make/darwin-x64'),
name: 'jccm-darwin-x64',
Expand Down

0 comments on commit b1fcc46

Please sign in to comment.