Skip to content
This repository was archived by the owner on Jun 9, 2023. It is now read-only.

Commit ab6b6d1

Browse files
committed
Update for remaken 1.6.0
1 parent 4607c59 commit ab6b6d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Install.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ remaken install -c %config% --cpp-std 17 -b cl-14.1 packagedependencies.txt
1010
:: remaken install -b clang -o android -a arm64 packagedependencies-android.txt
1111
echo Bundle third parties
1212
:: Bunlde all third parties in the ./Assets/plugins folder based on the packagedependencies.txt file. More information on remaken is available on https://github.com/b-com-software-basis/remaken
13-
remaken bundle file packagedependencies.txt -d ./Assets/Plugins -c %config% --cpp-std 17 -b cl-14.1
13+
remaken bundle -d ./Assets/Plugins -c %config% --cpp-std 17 -b cl-14.1 packagedependencies.txt
1414
:: remaken bundle file packagedependencies-android.txt -d ./Assets/Plugins/Android -c %config% -b clang -o android -a arm64
1515
echo Delete following pipeline manager wrapper files ?
1616

0 commit comments

Comments
 (0)