Skip to content

Commit

Permalink
Merge pull request #51 from bartanderson/removeLoadingGif
Browse files Browse the repository at this point in the history
update windows config to remove loadingGif default in squirrel
  • Loading branch information
betterbrand authored Apr 8, 2024
2 parents 6db1fe5 + 824c43a commit 70b3982
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ const config: ForgeConfig = {
makers: [
new MakerSquirrel({
setupIcon: 'src/frontend/assets/images/circle-mor-logo.ico',
loadingGif: 'undefined', // Disable the loading GIF
}),
new MakerZIP({}, ['darwin']),
new MakerRpm({}),
Expand Down

0 comments on commit 70b3982

Please sign in to comment.