build: fixed duplicate GUIDs in installer

<description>
This commit is contained in:
malte_langkabel
2016-12-13 11:28:34 +01:00
parent f232093c3d
commit f2d8fb7b6d
3 changed files with 5 additions and 8 deletions
+2 -2
View File
@@ -9,8 +9,8 @@ echo "installer version is $VERSION_STRING"
rm -rf build
mkdir build
"devenv.com" Setup/build/Setup.sln /build "Release|x86"
"devenv.com" CustomActions/CustomActions.sln /build "Release|x86"
"devenv.com" Setup/build/Setup.sln //build "Release|x86"
"devenv.com" CustomActions/CustomActions.sln //build "Release|x86"
rm -rf bin
mkdir bin