Add loading gif

This commit is contained in:
Felix Rieseberg
2022-06-26 11:52:58 -07:00
parent e5d897c663
commit 61f3269a45
2 changed files with 2 additions and 0 deletions

BIN
assets/boot.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

View File

@@ -62,6 +62,8 @@ module.exports = {
exe: 'windows95.exe', exe: 'windows95.exe',
noMsi: true, noMsi: true,
remoteReleases: '', remoteReleases: '',
iconUrl: 'https://raw.githubusercontent.com/felixrieseberg/windows95/master/assets/icon.ico',
loadingGif: './assets/boot.gif',
setupExe: `windows95-${package.version}-setup-${arch}.exe`, setupExe: `windows95-${package.version}-setup-${arch}.exe`,
setupIcon: path.resolve(__dirname, 'assets', 'icon.ico'), setupIcon: path.resolve(__dirname, 'assets', 'icon.ico'),
certificateFile: process.env['WINDOWS_CODESIGN_FILE'], certificateFile: process.env['WINDOWS_CODESIGN_FILE'],