summary refs log tree commit diff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorJoe <rubberduckie3554@gmail.com>2020-04-19 16:08:19 -0400
committerJoe <rubberduckie3554@gmail.com>2020-04-19 16:08:19 -0400
commit9d46eb123fcdf0b9e0538ffe277cb426d7310c40 (patch)
treedae2237c5c14f4aee4379cbbc215ae2c76311716 /appveyor.yml
parentPrepare 0.7.0 release (diff)
downloadnheko-9d46eb123fcdf0b9e0538ffe277cb426d7310c40.tar.xz
Release v0.7.0
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml40
1 files changed, 20 insertions, 20 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 43d459d1..1b276b26 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -30,8 +30,8 @@ build_script:
     # VERSION format:     branch-master/branch-1.2
     # INSTVERSION format: x.y.z
     # WINVERSION format:  9999.0.0.123/1.2.0.234
-    - if "%APPVEYOR_REPO_TAG%"=="false" set INSTVERSION=0.6.4
-    - if "%APPVEYOR_REPO_TAG%"=="false" set VERSION=0.6.4
+    - if "%APPVEYOR_REPO_TAG%"=="false" set INSTVERSION=0.7.0
+    - if "%APPVEYOR_REPO_TAG%"=="false" set VERSION=0.7.0
     - if "%APPVEYOR_REPO_TAG%"=="false" if "%APPVEYOR_REPO_BRANCH%"=="master" set INSTVERSION=9999.0
     - if "%APPVEYOR_REPO_TAG%"=="false" set WINVERSION=%INSTVERSION%.0.%APPVEYOR_BUILD_NUMBER%
     # VERSION format:     v1.2.3/v1.3.4
@@ -74,31 +74,31 @@ after_build:
     - mkdir installer
     - mkdir installer\config
     - mkdir installer\packages
-    - mkdir installer\packages\com.mujx.nheko
-    - mkdir installer\packages\com.mujx.nheko\data
-    - mkdir installer\packages\com.mujx.nheko\meta
-    - mkdir installer\packages\com.mujx.nheko.cleanup\meta
+    - mkdir installer\packages\io.github.nhekoreborn.nheko
+    - mkdir installer\packages\io.github.nhekoreborn.nheko\data
+    - mkdir installer\packages\io.github.nhekoreborn.nheko\meta
+    - mkdir installer\packages\io.github.nhekoreborn.nheko.cleanup\meta
     # Copy installer data
     - copy %BUILD%\resources\nheko.ico installer\config
     - copy %BUILD%\resources\nheko.png installer\config
-    - copy %BUILD%\COPYING installer\packages\com.mujx.nheko\meta\license.txt
-    - copy %BUILD%\COPYING installer\packages\com.mujx.nheko.cleanup\meta\license.txt
+    - copy %BUILD%\COPYING installer\packages\io.github.nhekoreborn.nheko\meta\license.txt
+    - copy %BUILD%\COPYING installer\packages\io.github.nhekoreborn.nheko.cleanup\meta\license.txt
     - copy %BUILD%\deploy\installer\config.xml installer\config
     - copy %BUILD%\deploy\installer\controlscript.qs installer\config
-    - copy %BUILD%\deploy\installer\uninstall.qs installer\packages\com.mujx.nheko\data
-    - copy %BUILD%\deploy\installer\gui\package.xml installer\packages\com.mujx.nheko\meta
-    - copy %BUILD%\deploy\installer\gui\installscript.qs installer\packages\com.mujx.nheko\meta
-    - copy %BUILD%\deploy\installer\cleanup\package.xml installer\packages\com.mujx.nheko.cleanup\meta
-    - copy %BUILD%\deploy\installer\cleanup\installscript.qs installer\packages\com.mujx.nheko.cleanup\meta
+    - copy %BUILD%\deploy\installer\uninstall.qs installer\packages\io.github.nhekoreborn.nheko\data
+    - copy %BUILD%\deploy\installer\gui\package.xml installer\packages\io.github.nhekoreborn.nheko\meta
+    - copy %BUILD%\deploy\installer\gui\installscript.qs installer\packages\io.github.nhekoreborn.nheko\meta
+    - copy %BUILD%\deploy\installer\cleanup\package.xml installer\packages\io.github.nhekoreborn.nheko.cleanup\meta
+    - copy %BUILD%\deploy\installer\cleanup\installscript.qs installer\packages\io.github.nhekoreborn.nheko.cleanup\meta
     # Amend version and date
-    - sed -i "s/__VERSION__/0.6.4/" installer\config\config.xml
-    - sed -i "s/__VERSION__/0.6.4/" installer\packages\com.mujx.nheko\meta\package.xml
-    - sed -i "s/__VERSION__/0.6.4/" installer\packages\com.mujx.nheko.cleanup\meta\package.xml
-    - sed -i "s/__DATE__/%DATE%/" installer\packages\com.mujx.nheko\meta\package.xml
-    - sed -i "s/__DATE__/%DATE%/" installer\packages\com.mujx.nheko.cleanup\meta\package.xml
+    - sed -i "s/__VERSION__/0.7.0/" installer\config\config.xml
+    - sed -i "s/__VERSION__/0.7.0/" installer\packages\io.github.nhekoreborn.nheko\meta\package.xml
+    - sed -i "s/__VERSION__/0.7.0/" installer\packages\io.github.nhekoreborn.nheko.cleanup\meta\package.xml
+    - sed -i "s/__DATE__/%DATE%/" installer\packages\io.github.nhekoreborn.nheko\meta\package.xml
+    - sed -i "s/__DATE__/%DATE%/" installer\packages\io.github.nhekoreborn.nheko.cleanup\meta\package.xml
     # Copy nheko data
-    - xcopy NhekoData\*.* installer\packages\com.mujx.nheko\data\*.* /s /e /c /y
-    - move NhekoRelease\nheko.exe installer\packages\com.mujx.nheko\data
+    - xcopy NhekoData\*.* installer\packages\io.github.nhekoreborn.nheko\data\*.* /s /e /c /y
+    - move NhekoRelease\nheko.exe installer\packages\io.github.nhekoreborn.nheko\data
     - mkdir tools
     - curl -L -O https://download.qt.io/official_releases/qt-installer-framework/3.0.4/QtInstallerFramework-win-x86.exe
     - 7z x QtInstallerFramework-win-x86.exe -otools -aoa