You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
createWindowsInstaller allows to specify a file that will be used instead of the default loading spinner. This option is not used in WinPackager.packageInDistributableFormat.
I suggest to add loadingGif: this.metadata.loadingGif to the options in function packageInDistributableFormat and add the path to the development package.json like { "build": {"loadingGif": "./build/install-spinner.gif"} }
The text was updated successfully, but these errors were encountered:
createWindowsInstaller allows to specify a file that will be used instead of the default loading spinner. This option is not used in WinPackager.packageInDistributableFormat.
I suggest to add
loadingGif: this.metadata.loadingGif
to the options in function packageInDistributableFormat and add the path to the development package.json like{ "build": {"loadingGif": "./build/install-spinner.gif"} }
The text was updated successfully, but these errors were encountered: