Skip to content

Commit

Permalink
try to never publish on build
Browse files Browse the repository at this point in the history
  • Loading branch information
amanharwara committed Jan 26, 2024
1 parent b346c3f commit cf53411
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions makers/MakerAppImage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ export default class MakerAppImage extends MakerBase<MakerOptions> {
},
},
appImage: {},
publish: "never",
},
}
);
Expand Down
1 change: 1 addition & 0 deletions makers/MakerNSIS.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export default class MakerNSIS extends MakerBase<MakerOptions> {
artifactName: "${productName}-Setup-${version}.${ext}",
allowToChangeInstallationDirectory: true,
},
publish: "never",
},
}
);
Expand Down

0 comments on commit cf53411

Please sign in to comment.