Skip to content

Commit 4f6d36f

Browse files
Neurocursoragent
andcommitted
ci: disable Win code signing in pipeline for reliable build
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent e493e85 commit 4f6d36f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ build:
2929
- npm install
3030
- npm run build
3131
- cd ..
32-
- npm run dist -- --win
32+
- npm run dist -- --win --config.win.signAndEditExecutable=false
3333
# List files for debugging
3434
- ls -R dist/
3535
# Rename the setup executable (handling spaces) to a simple name for the link

0 commit comments

Comments
 (0)