Skip to content

Commit

Permalink
Add proton/wine install scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
drojf committed Jul 17, 2022
1 parent ef50783 commit 780a49c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
cd "$(dirname "$0")"
cd ../install_data
python3 ./main.py --asset-os windows || python ./main.py --asset-os windows || python2 ./main.py --asset-os windows
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
cd "$(dirname "$0")"
cd ../install_data
python3 ./cli_interactive.py --asset-os windows || python ./cli_interactive.py --asset-os windows || python2 ./cli_interactive.py --asset-os windows
2 changes: 2 additions & 0 deletions travis_build_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,8 @@ def ignore_filter(folderPath, folderContents):
# Give execute permissions to linux scripts, which should be preserved when tar.gz'ing
os.chmod(f'./{bootstrap_copy_folder}/higu_linux64_installer/setup', 0o775)
os.chmod(f'./{bootstrap_copy_folder}/higu_linux64_installer/setup_safe_mode', 0o775)
os.chmod(f'./{bootstrap_copy_folder}/higu_linux64_installer/setup_proton_wine/setup_proton_wine', 0o775)
os.chmod(f'./{bootstrap_copy_folder}/higu_linux64_installer/setup_proton_wine/setup_safe_mode_proton_wine', 0o775)

# Rename folder, then .tar.gz it
os.rename(f'./{bootstrap_copy_folder}/higu_linux64_installer/', f'./{bootstrap_copy_folder}/07th-Mod_Installer_Linux64/')
Expand Down

0 comments on commit 780a49c

Please sign in to comment.