|
7 | 7 | ## All '__xyz__' variables are temporary variables used for re-assigning.
|
8 | 8 |
|
9 | 9 | # Github Variables
|
10 |
| -RELEASE = "3.5" |
| 10 | +RELEASE = "3.6" |
11 | 11 | HOMEPAGE = "https://github.com/ohitstom/spicetify-easyinstall"
|
12 | 12 | WATERMARK = "Spicetify EasyInstall by OhItsTom and WillyJL"
|
13 | 13 |
|
14 | 14 | # Download URLS
|
15 |
| -SPOTIFY_URL = "https://upgrade.scdn.co/upgrade/client/win32-x86/spotify_installer-1.2.12.902.g1924b088-3133.exe" |
16 |
| -THEMES_URL = "https://codeload.github.com/spicetify/spicetify-themes/zip/89d76b4afabd3a9ab027d53d0cbde0bdaad675f8" |
17 |
| -ADDONS_URL = "https://codeload.github.com/spicetify/spicetify-cli/zip/113535f6679eefd89b69eec06abd695f0bfab8f4" |
| 15 | +SPOTIFY_URL = "https://upgrade.scdn.co/upgrade/client/win32-x86/spotify_installer-1.2.22.982.g794acc0a-900.exe" |
| 16 | +THEMES_URL = "https://codeload.github.com/spicetify/spicetify-themes/zip/62e2f6d22a02db38567983c7501bf8d87890cfc9" |
| 17 | +ADDONS_URL = "https://codeload.github.com/spicetify/spicetify-cli/zip/b4341e217a1bbfd08704306e5e2c0e6c1ce2c214" |
18 | 18 | __SPOTIFY_URL__ = SPOTIFY_URL
|
19 | 19 | __THEMES_URL__ = THEMES_URL
|
20 | 20 | __ADDONS_URL__ = ADDONS_URL
|
21 | 21 |
|
22 | 22 | # Version Variables
|
23 |
| -SPICETIFY_VERSION = "2.19.0" |
| 23 | +SPICETIFY_VERSION = "2.24.2" |
24 | 24 | SPOTIFY_VERSION = "/".join(SPOTIFY_URL.split("/")[-1:])
|
25 | 25 | THEMES_VERSION = f"spicetify-themes-{'/'.join(THEMES_URL.split('/')[-1:])}"
|
26 | 26 | ADDONS_VERSION = f"spicetify-cli-{'/'.join(ADDONS_URL.split('/')[-1:])}"
|
|
70 | 70 |
|
71 | 71 | # Custom Addon URLs
|
72 | 72 | CUSTOM_EXTENSIONS = {
|
73 |
| - "https://codeload.github.com/CharlieS1103/spicetify-extensions/zip/d87cef88f7b5e3ad5bfd01b05d03ef05763a4233": f"{spice_config}\\Extensions\\Charlie-Repo.zip", |
74 |
| - "https://codeload.github.com/jeroentvb/spicetify-power-bar/zip/3b7e0559e91e76975cca41bafdb4ea2990dd468a": f"{spice_config}\\Extensions\\Power-Bar.zip", |
| 73 | + "https://codeload.github.com/CharlieS1103/spicetify-extensions/zip/d618561c232f02a56223bae6276fc9fd8c6a357a": f"{spice_config}\\Extensions\\Charlie-Repo.zip", |
| 74 | + "https://codeload.github.com/jeroentvb/spicetify-power-bar/zip/cb05b9b7db4ddb9aff49e140535f1d901aa2f3c7": f"{spice_config}\\Extensions\\Power-Bar.zip", |
75 | 75 | }
|
76 | 76 |
|
77 | 77 | CUSTOM_APPS = {
|
78 |
| - "https://codeload.github.com/spicetify/spicetify-marketplace/zip/abedee28485f93453daec945db777873ba0bf5ce": f"{spice_config}\\CustomApps\\marketplace.zip", |
| 78 | + "https://codeload.github.com/spicetify/spicetify-marketplace/zip/916ff8c38741db7cb0b87c59f0864d7077512c19": f"{spice_config}\\CustomApps\\marketplace.zip", |
79 | 79 | }
|
80 | 80 |
|
81 | 81 | CUSTOM_THEMES = {
|
82 |
| - "https://codeload.github.com/Comfy-Themes/Spicetify/zip/591bea92bb7d9bfe24ccd6859f1354a72b317d39": f"{spice_config}\\Themes\\Comfy-Collection.zip", |
| 82 | + "https://codeload.github.com/Comfy-Themes/Spicetify/zip/9454faff0ba58f6f71a4001cb213bde809f33317": f"{spice_config}\\Themes\\Comfy-Collection.zip", |
83 | 83 | }
|
84 | 84 |
|
85 | 85 | # Text Pages For GUI
|
|
0 commit comments