Skip to content

Commit

Permalink
Added installers (see releases)
Browse files Browse the repository at this point in the history
  • Loading branch information
SaturnXOffical committed Jun 9, 2021
1 parent bc26246 commit d159ae3
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions installer/mechvibes-installer.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
@echo off
echo Downloading Project Portability soundpacks...
powershell -Command "Invoke-WebRequest https://download853.mediafire.com/zs1uhgp172qg/hcl6bpwkodc7gsn/modifiable.zip -Outfile modifiable.zip"
echo Installing Project Portability soundpacks...
powershell -Command "Expand-Archive modifiable.zip -DestinationPath %UserProfile%\mechvibes_custom"
echo Restarting Mechvibes
taskkill /f /im Mechvibes
start %UserProfile%\AppData\Local\Programs\MechvibesPlusPlus\Mechvibes.exe
echo Installation completed!
pause
10 changes: 10 additions & 0 deletions installer/mechvibesplusplus-installer.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
@echo off
echo Downloading Project Portability soundpacks...
powershell -Command "Invoke-WebRequest https://download853.mediafire.com/zs1uhgp172qg/hcl6bpwkodc7gsn/modifiable.zip -Outfile modifiable.zip"
echo Installing Project Portability soundpacks...
powershell -Command "Expand-Archive modifiable.zip -DestinationPath %UserProfile%\mechvibes_custom"
echo Restarting MechvibesPlusPlus
taskkill /f /im MechvibesPlusPlus
start %UserProfile%\AppData\Local\Programs\MechvibesPlusPlus\MechvibesPlusPlus.exe
echo Installation completed!
pause
Binary file modified installer/modifiable.zip
Binary file not shown.

0 comments on commit d159ae3

Please sign in to comment.