Change naming of Modifications to Mods and Source to Graphics

This commit is contained in:
Michael 2018-11-29 17:52:25 -08:00
parent 3c7168b946
commit 2305c1bf21
458 changed files with 60 additions and 60 deletions

View File

@ -17,8 +17,8 @@ install: npm install -g github-release-cli@0.4.1
script: script:
- cd Enhancements && zip -r -q -9 "../graphicPacks$TRAVIS_BUILD_NUMBER"".zip" ./* && cd .. - cd Enhancements && zip -r -q -9 "../graphicPacks$TRAVIS_BUILD_NUMBER"".zip" ./* && cd ..
- cd Source && zip -r -q -9 "../graphicPacks$TRAVIS_BUILD_NUMBER"".zip" ./* && cd .. - cd Graphics && zip -r -q -9 "../graphicPacks$TRAVIS_BUILD_NUMBER"".zip" ./* && cd ..
- cd Modifications && zip -r -q -9 "../graphicPacks$TRAVIS_BUILD_NUMBER"".zip" ./* && cd .. - cd Mods && zip -r -q -9 "../graphicPacks$TRAVIS_BUILD_NUMBER"".zip" ./* && cd ..
- cd Workarounds && zip -r -q -9 "../graphicPacks$TRAVIS_BUILD_NUMBER"".zip" ./* && cd .. - cd Workarounds && zip -r -q -9 "../graphicPacks$TRAVIS_BUILD_NUMBER"".zip" ./* && cd ..
- | - |
github-release upload \ github-release upload \

Some files were not shown because too many files have changed in this diff Show More