Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
garrylachman committed Apr 15, 2023
1 parent 80a6639 commit 4991069
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const config: ForgeConfig = {
authors: 'Garry Lachman',
}),
new MakerZIP({}, ['darwin']),
/* new MakerRpm({
new MakerRpm({
options: {
homepage: 'https://github.com/garrylachman/ElectroCRUD',
},
Expand All @@ -35,14 +35,15 @@ const config: ForgeConfig = {
homepage: 'https://github.com/garrylachman/ElectroCRUD',
},
}),
*/
/*
new MakerAppImage({
options: {
categories: ['Utility'],
bin: 'electrocrud',
icon: 'assets/icon.png',
},
}),
*/
],
publishers: [
new PublisherGithub({
Expand Down

0 comments on commit 4991069

Please sign in to comment.