Compare commits

..

4 Commits

Author SHA1 Message Date
github-actions[bot]
5e27a78ded Update version.json with commit count
Some checks failed
Bleeding Update version / update-version (push) Has been cancelled
Version Change Action / version-release (push) Has been cancelled
2025-05-20 02:43:10 +00:00
Nix
aaf5ccbc90
Update version.json 2025-05-19 23:42:58 -03:00
github-actions[bot]
aaf73533c1 Update version.json with commit count 2025-05-20 02:42:43 +00:00
Nix
8a6246cbbb
fix 2025-05-19 23:42:31 -03:00
2 changed files with 8 additions and 4 deletions

View File

@ -14,12 +14,16 @@ class HealthCheck:
"CheckUpdate": False,
"IsBleeding": False,
"LastPlayed": "",
"TotalPlaytime": 0,
"IsFirstLaunch": True,
"Instance": "default",
"Theme": "Dark.json",
"ThemeBackground": True,
"ThemeRepository": "https://raw.githubusercontent.com/nixietab/picodulce-themes/main/repo.json",
"Locale": "en"
"Locale": "en",
"ManageJava": False,
"MaxRAM": 2,
"JavaPath": ""
}
# Step 1: Check if the file exists; if not, create it with default values
@ -116,4 +120,4 @@ class HealthCheck:
# Check if both files exist and print OK message
if os.path.isfile(dark_theme_file) and os.path.isfile(native_theme_file):
print("Theme Integrity OK")
print("Theme Integrity OK")

View File

@ -1,5 +1,5 @@
{
"version": "0.13.1",
"version": "0.13.2",
"links": [
"https://raw.githubusercontent.com/nixietab/picodulce/main/version.json",
"https://raw.githubusercontent.com/nixietab/picodulce/main/picodulce.py",
@ -11,5 +11,5 @@
"https://raw.githubusercontent.com/nixietab/picodulce/main/healthcheck.py",
"https://raw.githubusercontent.com/nixietab/picodulce/main/modulecli.py"
],
"versionBleeding": "0.13.1-204"
"versionBleeding": "0.13.2-208"
}