File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ windows-builder-x64:
110
110
- $EXE_PATH = "$CI_PROJECT_DIR\build\exe.mingw-" + $PY_ABI + "\openshot-qt.exe"
111
111
- $manifestPath = "installer/windows.manifest"
112
112
- (Get-Content $manifestPath) -creplace "ARCHITECTURE", "amd64" | Set-Content $manifestPath
113
- - mt.exe -manifest installer/windows.manifest
113
+ - mt.exe -manifest installer/windows.manifest -validate_manifest
114
114
- mt.exe -manifest installer/windows.manifest -outputresource:$EXE_PATH;1
115
115
- python3 -u installer/build_server.py "$SLACK_TOKEN" "$WINDOWS_KEY" "$WINDOWS_PASSWORD" "$GITHUB_USER" "$GITHUB_PASS" "False" "$CI_COMMIT_REF_NAME" "$MAC_PASSWORD"
116
116
when : always
@@ -153,7 +153,7 @@ windows-builder-x86:
153
153
- editbin /LARGEADDRESSAWARE "$EXE_PATH"
154
154
- $manifestPath = "installer/windows.manifest"
155
155
- (Get-Content $manifestPath) -creplace "ARCHITECTURE", "x86" | Set-Content $manifestPath
156
- - mt.exe -manifest installer/windows.manifest
156
+ - mt.exe -manifest installer/windows.manifest -validate_manifest
157
157
- mt.exe -manifest installer/windows.manifest -outputresource:$EXE_PATH;1
158
158
- python3 -u installer/build_server.py "$SLACK_TOKEN" "$WINDOWS_KEY" "$WINDOWS_PASSWORD" "$GITHUB_USER" "$GITHUB_PASS" "True" "$CI_COMMIT_REF_NAME" "$MAC_PASSWORD"
159
159
when : always
You can’t perform that action at this time.
0 commit comments