electron / forge

:electron: A complete tool for building and publishing Electron applications
https://electronforge.io
MIT License
6.51k stars 521 forks source link

loadingGif #3670

Closed peiyanlu closed 3 months ago

peiyanlu commented 3 months ago

Pre-flight checklist

Electron Forge version

7.4.0

Electron version

v31.3.1

Operating system

Windows 11, version 23H2

Last known working Electron Forge version

No response

Expected behavior

First, the loadingGif appears, and then the application interface is displayed

Actual behavior

loadingGif flashing after installing Setup.exe packaged with electron-forge

Steps to reproduce

  1. npm init electron-app@latest my-new-app -- --template=vite-typescript
  2. npm run make
  3. double click E:\my-new-app-ts\out\make\squirrel.windows\x64\my-new-app-ts-1.0.0 Setup.exe
  4. waitting for install

Additional information

No response