pack-dist.ps1: assemble a runnable game package into dist\
Collects the Release exe (+pdb), the AUDIO/GAUGE/VIDEO data and INIs from assets\RP411 (leaving the arcade launch scripts and old 4.10 exe behind), libsndfile + the system OpenAL runtime (oalinst.exe as fallback), a desktop environ.ini (PAD;KEYBOARD + on-screen plasma), start-windowed.bat and a controls README. -Zip additionally produces a handoff zip. dist\ is gitignored; verified by running the game from the packaged folder. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -53,6 +53,9 @@ Thumbs.db
|
||||
desktop.ini
|
||||
.DS_Store
|
||||
|
||||
# Packaged runnable game (pack-dist.ps1 output)
|
||||
/dist/
|
||||
|
||||
# Local cockpit-launcher experiments — deliberately untracked
|
||||
assets/RP411/startrp-800x600.bat
|
||||
assets/RP411/startrp-800x600.ps1
|
||||
|
||||
Reference in New Issue
Block a user