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
When upgrading from a previous installation, the resources specified in tauri.conf.json are skipped. Uninstalling and re-installing the program fixes it.
I saw this bug on the latest beta/production release of my application. There was a smaller update this Monday (5/16) that worked correctly. Maybe this is a regression in recent changes to the installer?
I can post the diff of tauri.conf.json for the previous and current version if it is helpful.
After installation, attempt to launch Hypetrigger.exe
Error: tensorflow.dll is not installed
Check C:\Program Files\hypetrigger. Notice that all the assets are missing from this version of the installation, even though all the same resources are present in tauri.conf.json
Run the 0.10.0 installer again to uninstall the program, and then reinstall from scratch
Launch Hypetrigger.exe. This time, the app loads correctly and all the resources are correctly located in the installation folder.
Expected behavior
The installer should always bundle the correct resources when installing.
I can confirm this fix worked correctly. When upgrading my app from v0.10.0 -> v0.10.1 all the correct files were automatically copied during installation and it worked smoothly, no issues! 🎉
Describe the bug
When upgrading from a previous installation, the
resources
specified intauri.conf.json
are skipped. Uninstalling and re-installing the program fixes it.I saw this bug on the latest beta/production release of my application. There was a smaller update this Monday (5/16) that worked correctly. Maybe this is a regression in recent changes to the installer?
I can post the diff of
tauri.conf.json
for the previous and current version if it is helpful.Reproduction
Download and install v0.9.2 of the application: https://hypetrigger-downloads.s3.amazonaws.com/Hypetrigger_0.9.2_x64_en-US.msi.zip
Check

C:\Program Files\hypetrigger
to see that all resources have been bundled (tensorflow.dll
,tensorflow.lib
,ffmpeg.exe
, anddata
folder)Either accept the auto-update request to v0.10.0, or download the v0.10.0 installer (both approaches cause the bug): https://hypetrigger-downloads.s3.amazonaws.com/Hypetrigger_0.10.0_x64_en-US.msi.zip
After installation, attempt to launch
Hypetrigger.exe
Error:
tensorflow.dll is not installed
C:\Program Files\hypetrigger
. Notice that all the assets are missing from this version of the installation, even though all the same resources are present intauri.conf.json
Hypetrigger.exe
. This time, the app loads correctly and all the resources are correctly located in the installation folder.Expected behavior
The installer should always bundle the correct resources when installing.
Platform and versions
Stack trace
No response
Additional context
Did not happen on any previous version of the installer, as recently as 5/20/22
The text was updated successfully, but these errors were encountered: