We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i've downloaded version 0.1.19 but when selecting it in the Finder, it claims to be version 0.1.0:
neither the CFBundleShortVersionString (0.1.0) nor the CFBundleVersion (20200301.105137) have any correlation with the real version number 0.1.19
The text was updated successfully, but these errors were encountered:
I believe that is technically the tauri app shell version: https://github.com/Akryum/guijs/blob/master/packages/%40guijs/tauri-app/src-tauri/Cargo.toml#L3
I am not certain how to see the guijs version myself.
Sorry, something went wrong.
the values are stored in the Info.plist file in the app bundle.
normally your build system should set them right. if it didn't you also just adjust them afterwards:
/usr/libexec/PlistBuddy -c "Set CFBundleShortVersionString ${version}" guijs.app/Contents/Info.plist /usr/libexec/PlistBuddy -c "Set CFBundleVersion ${version}" guijs.app/Contents/Info.plist
No branches or pull requests
i've downloaded version 0.1.19 but when selecting it in the Finder, it claims to be version 0.1.0:
neither the CFBundleShortVersionString (0.1.0) nor the CFBundleVersion (20200301.105137) have any correlation with the real version number 0.1.19
The text was updated successfully, but these errors were encountered: