Skip to content

Commit

Permalink
Merge pull request #6 from bab2min/dev_14
Browse files Browse the repository at this point in the history
Dev 0.14.0
  • Loading branch information
bab2min committed Sep 1, 2022
2 parents a61a92e + 38d638c commit 2ac9d94
Show file tree
Hide file tree
Showing 5 changed files with 348 additions and 27 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -48,9 +48,9 @@ jobs:
mv bin\Release\*.exe KiwiGui_Windows\
mv bin\Release\*.dll KiwiGui_Windows\
Expand-Archive kiwi_win_Win32_${{ env.KIWI_VERSION }}.zip -DestinationPath x86
mv x86\kiwi.dll KiwiGui_Windows\bin_x86\
mv x86\lib\kiwi.dll KiwiGui_Windows\bin_x86\
Expand-Archive kiwi_win_x64_${{ env.KIWI_VERSION }}.zip -DestinationPath x64
mv x64\kiwi.dll KiwiGui_Windows\bin_x64\
mv x64\lib\kiwi.dll KiwiGui_Windows\bin_x64\
tar -zxvf kiwi_model_${{ env.KIWI_VERSION }}_base.tgz
mv ModelGenerator/* KiwiGui_Windows\model\
Compress-Archive -Path 'KiwiGui_Windows' -DestinationPath asset.zip
Expand Down
2 changes: 1 addition & 1 deletion .kiwiversion
@@ -1 +1 @@
v0.12.0
v0.14.0

0 comments on commit 2ac9d94

Please sign in to comment.