Skip to content

Commit

Permalink
python_version: '3.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
MayGo committed Jun 7, 2024
1 parent aa175a8 commit 036e6ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ platform:

environment:
nodejs_version: '18'
python_version: '3.1'
SIGNTOOL: C:\Program Files (x86)\Windows Kits\10\bin\x64\signtool.exe

branches:
Expand All @@ -17,8 +18,9 @@ version: '{build}'

install:
- ps: Install-Product node $env:nodejs_version
- choco install python --version $env:python_version
- refreshenv
- python -m pip install --upgrade pip
- python -m pip install distutils
- node --version
- npm --version
- echo SENTRY_DSN=%SENTRY_DSN% > .\electron\.env
Expand Down

0 comments on commit 036e6ea

Please sign in to comment.