Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
gregstein authored Mar 16, 2021
1 parent a47dd65 commit ca5ff31
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
#!/usr/bin/env bash
WINEPREFIX="$HOME/win32" WINEARCH=win32 wine "/home/$USER/win32/dosdevices/c:/users/$USER/Application Data/Microsoft Games/Age of Empires ii/Age2_x1/age2_x1_fixed.exe"
3 changes: 2 additions & 1 deletion WindowsFormsApplication3/linux/AoE2Tools.sh
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
WINEPREFIX="$HOME/win32" WINEARCH=win32 wine "/home/$USER/win32/dosdevices/c:/users/$USER/Application Data/AoE2Tools/AoE2Tools.exe"
#!/usr/bin/env bash
WINEPREFIX="$HOME/win32" WINEARCH=win32 wine "/home/$USER/win32/dosdevices/c:/users/$USER/Application Data/AoE2Tools/Launcher.exe"
1 change: 1 addition & 0 deletions WindowsFormsApplication3/linux/Steam.sh
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
#!/usr/bin/env bash
WINEPREFIX="$HOME/win32" WINEARCH=win32 wine "/home/$USER/win32/dosdevices/c:/Program Files/Steam/steam.exe"

0 comments on commit ca5ff31

Please sign in to comment.