Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
f9c1dd3
feat: Auto-generate launcher script with dynamic paths and Flatpak su…
aradanmn Jan 23, 2026
2d2289a
Update README.md with autogenerated launcher features and new install…
aradanmn Jan 23, 2026
0abffa1
Fixed issue with BASH_SOURCE[0] unbound error
aradanmn Jan 24, 2026
30ffd0f
Changed TARGET_DIR to PRISMLAUNCHER_DIR for better understanding of code
aradanmn Jan 24, 2026
adf5ff2
fix: Handle curl | bash piping for BASH_SOURCE and remove unused TEST…
aradanmn Jan 24, 2026
a113a9a
fix: Read user input from /dev/tty for curl | bash compatibility
aradanmn Jan 24, 2026
96825db
fix: Display prompts correctly when running via curl | bash
aradanmn Jan 24, 2026
9919cdc
refactor: Centralize all path configuration into single module
aradanmn Jan 24, 2026
9e3bc35
Removed path_configuration.sh as it isn't needed as
aradanmn Jan 24, 2026
5a86aca
Updated install script to use path_configuration instead of
aradanmn Jan 24, 2026
7b3abcf
Updated add-to-steam.py to accept variables from bash script for
aradanmn Jan 24, 2026
ef34974
fix: Properly fall back to PrismLauncher when PollyMC setup fails
aradanmn Jan 24, 2026
ce4bd93
fix: Download correct architecture AppImage and cleanup empty PollyMC…
aradanmn Jan 24, 2026
d9ed109
feat: Prefer Flatpak installation on immutable Linux systems
aradanmn Jan 24, 2026
9240f94
Merge pull request #1 from aradanmn/feature/prefer-flatpak-on-immutab…
aradanmn Jan 24, 2026
21039ab
Revert "feat: Prefer Flatpak installation on immutable Linux systems"
aradanmn Jan 24, 2026
004d223
Merge pull request #2 from aradanmn/revert-1-feature/prefer-flatpak-o…
aradanmn Jan 24, 2026
bf2a8e0
docs: Add comprehensive JSDoc documentation to all modules
aradanmn Jan 25, 2026
46d3683
feat: Centralize PREFER_FLATPAK decision in path_configuration.sh
aradanmn Jan 25, 2026
cb62202
chore: Remove obsolete launcher_detection.old backup file
aradanmn Jan 25, 2026
718568e
fix: Only create directories after successful download/install
aradanmn Jan 25, 2026
de88650
fix: Update bootstrap branch from dev to main
aradanmn Jan 25, 2026
4f8617b
feat: Auto-detect repository from source URL, git remote, or environm…
aradanmn Jan 25, 2026
b54ac0a
fix: Try system-level Flatpak install first, then user-level
aradanmn Jan 25, 2026
03ea46f
fix: Properly handle Ctrl+C when running via curl | bash
aradanmn Jan 25, 2026
6f119c9
docs: Add comprehensive CLAUDE.md for AI assistant guidance
claude Jan 25, 2026
51e3988
docs: Add active development backlog with 4 priority issues
aradanmn Jan 26, 2026
9eb9da7
feat: Add logging system with auto-logging print functions
aradanmn Jan 26, 2026
86da0de
refactor: Use centralized prompt functions for all user input
aradanmn Jan 29, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# But not these scripts and the .gitignore file itself
!.gitignore
!README.md
!CLAUDE.md
!install-minecraft-splitscreen.sh
!minecraftSplitscreen.sh
!add-to-steam.py
Expand Down
Loading