https://github.com/ikemen-engine/screenpack-updater
https://github.com/ikemen-engine/screenpack-updater
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ikemen-engine/screenpack-updater
- Owner: ikemen-engine
- Created: 2025-11-15T09:39:14.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2026-02-26T08:45:58.000Z (4 months ago)
- Last Synced: 2026-02-26T13:53:39.887Z (4 months ago)
- Language: Python
- Size: 68.4 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# screenpack-updater
A small patcher for IKEMEN screenpack config files (`system.def`). It updates/cleans keys and values and then marks the file as:
- `[Info]`
- `ikemenversion = 1.0`
If the file already has `ikemenversion >= 1.0`, it won’t patch it.
## Usage
### Windows
Run the executable:
- `screenpack-updater.exe`
If you start it without arguments, a file picker opens — select the file to patch (usually `system.def`).
It patches in place and creates a backup: `system.def.bak`.
### macOS / Linux
Run the binary from the release zip:
```bash
./screenpack-updater path/to/system.def