Skip to content

Commit

Permalink
Merge pull request #22 from wit-ai/47.0.4
Browse files Browse the repository at this point in the history
Update zip_all_in_one.bat
  • Loading branch information
wangpingsx authored Jan 4, 2023
2 parents 174f2e3 + b37d61d commit 26a8924
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VoiceSDK.uplugin
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"FileVersion": 3,
"Version": 47,
"VersionName": "47.0.3",
"VersionName": "47.0.4",
"FriendlyName": "VoiceSDK",
"Description": "SDK that enables voice interactions with your app using Wit.ai",
"Category": "Voice",
Expand Down
2 changes: 1 addition & 1 deletion scripts/all-in-one/utils/VoiceSDK.uplugin
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"FileVersion": 3,
"Version": 47,
"VersionName": "47.0.3",
"VersionName": "47.0.4",
"FriendlyName": "VoiceSDK",
"Description": "SDK that enables voice interactions with your app using Wit.ai",
"Category": "Voice",
Expand Down
2 changes: 1 addition & 1 deletion scripts/all-in-one/utils/zip_all_in_one.bat
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ cd output
powershell -Command "Copy-Item ../../utils/Config -Destination ./voicesdk-unreal/ -recurse"
rmdir /s /q voicesdk-unreal\Binaries
rmdir /s /q voicesdk-unreal\Intermediate
powershell Compress-Archive voicesdk-unreal voicesdk-all-in-one.zip
powershell Compress-Archive voicesdk-unreal voicesdk-marketplace.zip
cd ..
echo "The Marketplace Unreal VoiceSDK plugin is ready in output/voicesdk-marketplace.zip"

0 comments on commit 26a8924

Please sign in to comment.