-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
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
checkver.ps1 update manifest error #3584
Comments
You have url property in root of manifest, which is poiting to some repository and then architecture property with urls. This will result in error due to Fixed manifest{
"version": "3.0.8",
"description": "Launchy project reactivated. Get the familiar feeling now!",
"homepage": "https://github.com/samsonwang/LaunchyQt",
"license": "GPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/samsonwang/LaunchyQt/releases/download/v3.0.8/Launchy-3.0.8-win-amd64.7z",
"hash": "cb3183105af62eed2ce50d52dcc1e540e4c54d4d86768547ca72a21013084a92",
"extract_dir": "Launchy-3.0.8-win-amd64"
},
"32bit": {
"url": "https://github.com/samsonwang/LaunchyQt/releases/download/v3.0.8/Launchy-3.0.8-win-x86.7z",
"hash": "a57942575ad29912ba459333153f9d3ef36584e3b9793cebf35f2f781298939c",
"extract_dir": "Launchy-3.0.8-win-x86"
}
},
"bin": "Launchy.exe",
"shortcuts": [
[
"Launchy.exe",
"LaunchyQt"
]
],
"persist": [
"history.db",
"launchy.db",
"launchy.ini"
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/samsonwang/LaunchyQt/releases/download/v$version/Launchy-$version-win-amd64.7z",
"extract_dir": "Launchy-$version-win-amd64"
},
"32bit": {
"url": "https://github.com/samsonwang/LaunchyQt/releases/download/v$version/Launchy-$version-win-x86.7z",
"extract_dir": "Launchy-$version-win-x86"
}
}
}
} |
@Ash258 God, this is too fast, thank you very much. ❤️ |
This issue has solved, and can be closed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The error:
LaunchyQt.json
The text was updated successfully, but these errors were encountered: