Comment out remove package in windows installer creation

This causes windows build errors and should not be necessary for the CI.
This commit is contained in:
Hannes Kuchelmeister
2023-02-09 10:37:32 +01:00
committed by GitHub
parent 803268b1b3
commit ba2aa11e06

View File

@@ -7,4 +7,4 @@ docker cp LICENSE.md setup:/work/
docker start -i -a setup
docker cp setup:/work/Output/. .
docker rm setup
rm -r package
# rm -r package