mirror of
https://github.com/Novattz/creamlinux-installer.git
synced 2026-01-30 23:32:49 -05:00
forgot to update version to latest
This commit is contained in:
@@ -28,7 +28,7 @@ class SteamHelper:
|
|||||||
# Create default config if it doesn't exist
|
# Create default config if it doesn't exist
|
||||||
if not os.path.exists(config_path):
|
if not os.path.exists(config_path):
|
||||||
default_config = {
|
default_config = {
|
||||||
"version": "v1.0.8",
|
"version": "v1.0.9",
|
||||||
"github_repo": "Novattz/creamlinux-installer",
|
"github_repo": "Novattz/creamlinux-installer",
|
||||||
"github_api": "https://api.github.com/repos/",
|
"github_api": "https://api.github.com/repos/",
|
||||||
"creamlinux_release": "https://github.com/anticitizn/creamlinux/releases/latest/download/creamlinux.zip",
|
"creamlinux_release": "https://github.com/anticitizn/creamlinux/releases/latest/download/creamlinux.zip",
|
||||||
|
|||||||
Reference in New Issue
Block a user