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
{{ message }}
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.
+ exit 0
Bundling [tauri_bundler::bundle::updater_bundle] /Users/drewbitt/Repos/bloop/target/release/bundle/macos/bloop.app.tar.gz (/Users/drewbitt/Repos/bloop/target/release/bundle/macos/bloop.app.tar.gz)
Finished [tauri_bundler::bundle] 2 bundles at:
/Users/drewbitt/Repos/bloop/target/release/bundle/macos/bloop.app
/Users/drewbitt/Repos/bloop/target/release/bundle/dmg/bloop_0.6.4_aarch64.dmg
/Users/drewbitt/Repos/bloop/target/release/bundle/macos/bloop.app.tar.gz (updater)
Error [tauri_cli_node] A public key has been found, but no private key. Make sure to set `TAURI_PRIVATE_KEY` environment variable.
The updater being present will also prompt this, even though this is a local build and we should not be downloading remote updates of prebuilds.
Also secondarily, it is giving me a prompt to update to 0.6.5, but I have the latest branch; this is because you pushed out a 0.6.5 but did not update several locations
Recommendation
Remove the updater code from local build instructions. We can't sign it with your private key and it's not useful.
The text was updated successfully, but these errors were encountered:
Thank you, @drewbitt, for reporting this issue. I've submitted a pull request to address it. Feel free to test it locally to confirm if it resolves the problem on your end. Otherwise, it should be merged shortly.
Problem
When building locally following the instructions in https://github.com/BloopAI/bloop/blob/oss/apps/desktop/README.md, you will get the following error.
Info
This is because of
bloop/apps/desktop/src-tauri/tauri.conf.json
Line 94 in 222a131
Screenshots
The updater being present will also prompt this, even though this is a local build and we should not be downloading remote updates of prebuilds.
Also secondarily, it is giving me a prompt to update to 0.6.5, but I have the latest branch; this is because you pushed out a 0.6.5 but did not update several locations
Recommendation
Remove the updater code from local build instructions. We can't sign it with your private key and it's not useful.
The text was updated successfully, but these errors were encountered: