Skip to content

Commit

Permalink
Fixed building WPP
Browse files Browse the repository at this point in the history
  • Loading branch information
BAndysc committed Jul 26, 2021
1 parent 45e9e1b commit e2f7b24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ build_script:
FOR %%A IN (bin\wowdatabaseeditor-avalonia-win\app.ini,bin\wowdatabaseeditor-avalonia-mac\app.ini,bin\wowdatabaseeditor-avalonia-linux\app.ini) DO (echo COMMIT=%APPVEYOR_REPO_COMMIT% >> %%A & echo BRANCH=%APPVEYOR_REPO_BRANCH% >> %%A & echo VERSION=%APPVEYOR_BUILD_VERSION% >> %%A & echo BUILD_VERSION=%APPVEYOR_BUILD_NUMBER% >> %%A & echo UPDATE_SERVER=%DEPLOY_URL% >> %%A & echo MARKETPLACE=default >> %%A)
FOR %%A IN (bin\wowdatabaseeditor-avalonia-win,bin\wowdatabaseeditor-avalonia-mac,bin\wowdatabaseeditor-avalonia-linux) DO ( mkdir %%A\Parsers & cd %%A & FOR %%X in (WowPacketParserModule.*) DO (cd %%A & move %%X Parsers\%%X ) & cd .. )
echo PLATFORM=Windows >> bin/wowdatabaseeditor-avalonia-win/app.ini
echo PLATFORM=MacOs >> bin/wowdatabaseeditor-avalonia-mac/app.ini
Expand Down

0 comments on commit e2f7b24

Please sign in to comment.