Skip to content

Commit

Permalink
feat: windows installer screen (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
AuHau authored Jul 5, 2022
1 parent 7012f88 commit 6508cf7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file added assets/windows-install.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ const config = {
name: 'swarm-desktop',
iconUrl: iconPath + '.ico',
setupIcon: iconPath + '.ico',
loadingGif: path.resolve(__dirname, 'assets', 'windows-install.gif'),
certificateFile: process.env['WINDOWS_CODESIGN_FILE'],
certificatePassword: process.env['WINDOWS_CODESIGN_PASSWORD'],
},
Expand Down

0 comments on commit 6508cf7

Please sign in to comment.