We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4cb860 commit 3f48789Copy full SHA for 3f48789
appveyor.yml
@@ -12,7 +12,7 @@ install:
12
- set PATH=C:\MinGW\bin;C:\MinGW\msys\1.0\bin;%PATH%
13
- set CC=gcc
14
- set INCLUDE=%cd%\src;..\..\..\src;%INCLUDE%
15
- - ps: Invoke-WebRequest -Uri "https://raw.githubusercontent.com/mnaoumov/Invoke-NativeApplication/master/exec.ps1" -OutFile ".\exec1.ps1"
+ - ps: Invoke-WebRequest -Uri "https://raw.githubusercontent.com/mnaoumov/Invoke-NativeApplication/25827a3f8348c96c618d8487164dc94877b960f8/exec.ps1" -OutFile ".\exec1.ps1"
16
17
build_script:
18
- ps: |
0 commit comments