Commit 9a02f68e authored by S M Y's avatar S M Y
Browse files

32 Bit Installer Location correction

parent ff9fec2b
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -13,7 +13,7 @@ if [ "{{offline_installer_type}}" == "windows32" ];
then
npm run dist-win32
ls -lR
cp 'dist/1.0.0/win/x32/DIKSHA Setup 1.0.0.exe' ../offline_artifacts/{{build_number}}/
cp 'dist/1.0.0/win/ia32/DIKSHA Setup 1.0.0.exe' ../offline_artifacts/{{build_number}}/
elif [ "{{offline_installer_type}}" == "windows64" ];
then
npm run dist-win64
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment