db5a1e0eac
Scaffold resource pack installer entry
...
Add a second Electron entry under src/installer-rp/ + installer-rp/
launched by `npm run installer:rp`. It is structurally separate from
the music quiz installer (own tsconfig, own preload, own renderer),
shares the existing styles via a relative link, and exposes a
three-step UI: pick a 음악퀴즈, run the install, then a 완료 page that
can open the resourcepacks folder or quit.
The install IPC handler currently scaffolds the flow per docs/add.md
(yt-dlp prep → music download → image normalize → zip build → place
at %appdata%/.minecraft/resourcepacks/) but the actual work is still
TODO. Cancel/cleanup of %appdata%/.mc_custom/.temp/ is wired up so
that future iterations can plug each step in without rewiring.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-12 15:11:41 +09:00
8fd7cfaaef
Build music-quiz installer and management site per spec
...
Implements the full spec described in README.md:
Management site (Node + TypeScript + Express + EJS):
- Public main page lists packs registered in manifest.json.
- /op login (account.json, internal-only), /op/dashboard manages packs
with horizontal-scroll cards, add/select-and-delete flow, and the
/op/dashboard/:packName editor (Mojang release dropdown, dynamic
mods/resourcepacks lists, platform/RAM fields, file rename).
- Routes for /manifest.json (public) and /file/* (server pack files).
- Middleware blocks /account.json and /manifest/* directory access.
Installer (Electron):
- Five page renderer driven by IPC (preload contextBridge API):
pack pick → single/multi → server install (path no-Korean check, JDK
detect, file download, EULA, RAM gating, local web config editor,
UPnP/port-forward check) → client install (.mc_custom mods +
resourcepacks + launcher_profiles.json gameDir/javaArgs) → finish
toggles (server folder, shortcut, server start, launcher start).
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-09 21:34:27 +09:00
cd79378f3c
Reset repository to README title only
...
Approach is changing entirely; clearing prior implementation
to start over from a clean slate.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-09 20:41:19 +09:00
4453dbd8f3
Add client apply flow and asset uploads
2026-05-08 20:03:07 +09:00
af6e559682
Build installer and management site from spec
2026-05-07 23:22:34 +09:00
0b061e63b7
Reset repository to README title only
2026-05-07 19:26:23 +09:00
9786cfe031
Refactor launcher profiles and port automation
Build / release (macos-latest) (push) Has been cancelled
Build / release (ubuntu-latest) (push) Has been cancelled
Build / release (windows-latest) (push) Has been cancelled
Windows Smoke Test / windows-smoke (push) Has been cancelled
2026-05-05 21:52:17 +09:00
c4cdd0ceba
Add launcher admin catalog site
Build / release (macos-latest) (push) Has been cancelled
Build / release (ubuntu-latest) (push) Has been cancelled
Build / release (windows-latest) (push) Has been cancelled
Windows Smoke Test / windows-smoke (push) Has been cancelled
2026-05-05 18:48:13 +09:00
24a0569fb4
Add launcher catalog workflow and smoke tests
Build / release (macos-latest) (push) Has been cancelled
Build / release (ubuntu-latest) (push) Has been cancelled
Build / release (windows-latest) (push) Has been cancelled
Windows Smoke Test / windows-smoke (push) Has been cancelled
2026-05-04 14:06:05 +09:00