mirror of
https://github.com/Shabinder/SpotiFlyer.git
synced 2024-11-22 09:04:32 +01:00
Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
2c49d84927
12
README.md
12
README.md
@ -50,12 +50,12 @@ SpotiFlyer is an **App**(Written in **Kotlin**), which **aims** to work as:
|
|||||||
|
|
||||||
| Platform | Download | Status |
|
| Platform | Download | Status |
|
||||||
|----------|----------|--------|
|
|----------|----------|--------|
|
||||||
| Android |[![Download Button](https://img.shields.io/github/v/release/Shabinder/SpotiFlyer?color=7885FF&label=Android-Apk&logo=android&style=for-the-badge)](https://github.com/Shabinder/SpotiFlyer/releases/download/3.1.0/SpotiFlyer-v3.0.1-Signed.apk)| ✅ Stable |
|
| Android |[![Download Button](https://img.shields.io/github/v/release/Shabinder/SpotiFlyer?color=7885FF&label=Android-Apk&logo=android&style=for-the-badge)](https://github.com/Shabinder/SpotiFlyer/releases/download/3.2.0/SpotiFlyer.v3.2.0.Signed.apk)| ✅ Stable |
|
||||||
| Windows |[![Download Button](https://img.shields.io/github/v/release/Shabinder/SpotiFlyer?color=00A8E8&label=Windows-msi&logo=windows&style=for-the-badge)](https://github.com/Shabinder/SpotiFlyer/releases/download/3.1.0/SpotiFlyer-3.1.0.msi)| ✅ Stable |
|
| Windows |[![Download Button](https://img.shields.io/github/v/release/Shabinder/SpotiFlyer?color=00A8E8&label=Windows-msi&logo=windows&style=for-the-badge)](https://github.com/Shabinder/SpotiFlyer/releases/download/3.2.0/SpotiFlyer-3.2.0.1.msi)| ✅ Stable |
|
||||||
| Windows-JAR |[![Download Button](https://img.shields.io/github/v/release/Shabinder/SpotiFlyer?color=00719c&label=Windows-jar&logo=windows&style=for-the-badge)](https://github.com/Shabinder/SpotiFlyer/releases/download/3.1.0/SpotiFlyer-windows-x64-3.1.0.jar)| ✅ Stable |
|
| Windows-JAR |[![Download Button](https://img.shields.io/github/v/release/Shabinder/SpotiFlyer?color=00719c&label=Windows-jar&logo=windows&style=for-the-badge)](https://github.com/Shabinder/SpotiFlyer/releases/download/3.2.0/SpotiFlyer-windows-x64-3.2.0.jar)| ✅ Stable |
|
||||||
| MacOS-JAR |[![Download Button](https://img.shields.io/github/v/release/Shabinder/SpotiFlyer?color=5F85CE&label=MacOS-jar&logo=apple&style=for-the-badge)](https://github.com/Shabinder/SpotiFlyer/releases/download/3.1.0/SpotiFlyer-macos-x64-3.1.0.jar) | ✅ Stable |
|
| MacOS-JAR |[![Download Button](https://img.shields.io/github/v/release/Shabinder/SpotiFlyer?color=5F85CE&label=MacOS-jar&logo=apple&style=for-the-badge)](https://github.com/Shabinder/SpotiFlyer/releases/download/3.2.0/SpotiFlyer-macos-x64-3.2.0.jar) | ✅ Stable |
|
||||||
| Linux-DEB |[![Download Button](https://img.shields.io/github/v/release/Shabinder/SpotiFlyer?color=D0074E&label=Linux-deb&logo=debian&style=for-the-badge)](https://github.com/Shabinder/SpotiFlyer/releases/download/3.1.0/spotiflyer_3.1.0_amd64.deb)| ✅ Stable |
|
| Linux-DEB |[![Download Button](https://img.shields.io/github/v/release/Shabinder/SpotiFlyer?color=D0074E&label=Linux-deb&logo=debian&style=for-the-badge)](https://github.com/Shabinder/SpotiFlyer/releases/download/3.2.0/spotiflyer_3.2.0_amd64.deb)| ✅ Stable |
|
||||||
| Linux-JAR |[![Download Button](https://img.shields.io/github/v/release/Shabinder/SpotiFlyer?color=EBA201&label=Linux-jar&logo=linux&style=for-the-badge)](https://github.com/Shabinder/SpotiFlyer/releases/download/3.1.0/SpotiFlyer-linux-x64-3.1.0.jar)| ✅ Stable |
|
| Linux-JAR |[![Download Button](https://img.shields.io/github/v/release/Shabinder/SpotiFlyer?color=EBA201&label=Linux-jar&logo=linux&style=for-the-badge)](https://github.com/Shabinder/SpotiFlyer/releases/download/3.2.0/SpotiFlyer-linux-x64-3.2.0.jar)| ✅ Stable |
|
||||||
| Web |[![Download Button](https://img.shields.io/github/v/release/Shabinder/SpotiFlyer?color=FF7139&label=SpotiFlyer&logo=firefox&style=for-the-badge)](https://shabinder.github.io/SpotiFlyer/) | ✅ Beta |
|
| Web |[![Download Button](https://img.shields.io/github/v/release/Shabinder/SpotiFlyer?color=FF7139&label=SpotiFlyer&logo=firefox&style=for-the-badge)](https://shabinder.github.io/SpotiFlyer/) | ✅ Beta |
|
||||||
|
|
||||||
- To run the `jar` version, you need JAVA installed.
|
- To run the `jar` version, you need JAVA installed.
|
||||||
|
@ -80,7 +80,7 @@ compose.desktop {
|
|||||||
windows {
|
windows {
|
||||||
iconFile.set(iconsRoot.resolve("spotiflyer.ico"))
|
iconFile.set(iconsRoot.resolve("spotiflyer.ico"))
|
||||||
// Wondering what the heck is this? See : https://wixtoolset.org/documentation/manual/v3/howtos/general/generate_guids.html
|
// Wondering what the heck is this? See : https://wixtoolset.org/documentation/manual/v3/howtos/general/generate_guids.html
|
||||||
upgradeUuid = "7385a3f7-2dc7-41e4-900e-bc8e2bee48b0"
|
upgradeUuid = "ace223ed-3ffb-452c-bc90-082e9e0a6d5d"
|
||||||
menuGroup = packageName
|
menuGroup = packageName
|
||||||
}
|
}
|
||||||
linux {
|
linux {
|
||||||
|
Loading…
Reference in New Issue
Block a user