From 349f2748f31f6df64d5e9e61053b8eb600513a17 Mon Sep 17 00:00:00 2001 From: shabinder Date: Sun, 11 Jul 2021 12:20:21 +0530 Subject: [PATCH 1/2] 3.2.0 GUID Update --- desktop/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/build.gradle.kts b/desktop/build.gradle.kts index 07bf0a0d..a7034e5a 100644 --- a/desktop/build.gradle.kts +++ b/desktop/build.gradle.kts @@ -80,7 +80,7 @@ compose.desktop { windows { iconFile.set(iconsRoot.resolve("spotiflyer.ico")) // 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 } linux { From eb240e99f7dbe0646a24b44e718b4fbb36973825 Mon Sep 17 00:00:00 2001 From: Shabinder Singh Date: Sun, 11 Jul 2021 13:15:36 +0530 Subject: [PATCH 2/2] Update Download Links -> 3.2.0 --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a91e4666..31276656 100644 --- a/README.md +++ b/README.md @@ -50,12 +50,12 @@ SpotiFlyer is an **App**(Written in **Kotlin**), which **aims** to work as: | 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 | -| 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-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 | -| 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 | -| 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-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 | +| 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.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.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.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.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.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 | - To run the `jar` version, you need JAVA installed.