Skip to content

Commit

Permalink
Fix rcedit arch
Browse files Browse the repository at this point in the history
  • Loading branch information
core1024 committed Nov 2, 2023
1 parent 8b2583b commit 97a0f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ install:
- set OPENSSL_BIN_PATH=C:\OpenSSL-Win32\bin

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

# Temp debugging
- ps: $env:DLL_DIR = "windows"
Expand Down

0 comments on commit 97a0f56

Please sign in to comment.