Skip to content

Commit 97a0f56

Browse files
committed
Fix rcedit arch
1 parent 8b2583b commit 97a0f56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ install:
3131
- set OPENSSL_BIN_PATH=C:\OpenSSL-Win32\bin
3232

3333
# Download rcedit
34-
- ps: Start-FileDownload "https://github.com/electron/rcedit/releases/download/v1.1.1/rcedit-x64.exe"
34+
- ps: Start-FileDownload "https://github.com/electron/rcedit/releases/download/v1.1.1/rcedit-x86.exe"
3535

3636
# Temp debugging
3737
- ps: $env:DLL_DIR = "windows"

0 commit comments

Comments
 (0)