Skip to content

Commit

Permalink
add linux to build process
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDawg committed Sep 13, 2018
1 parent bc502d8 commit f02dec4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package_mod.bat
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ set mod_readme=http://www.gibberlings3.net/readmes/readme-%mod_folder%.html
REM /* MODIFY: if you don't need to build a specific package, you can disable it by setting the appropriate variable below to 0 */
set build_windows=1
set build_osx=1
set build_linux=0
set build_linux=1

REM /* MODIFY: if you want to avoid making filenames lowercase, you can disable that by setting the variable below to 0 */
set lowercase_filenames=0
set lowercase_filenames=1

REM /* this performs the actual packaging */
call "%~dp0..\ModPackaging\utilities\complete_packaging.bat"
Expand Down

0 comments on commit f02dec4

Please sign in to comment.