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 4a48c17 commit 21d92dfCopy full SHA for 21d92df
appveyor.yml
@@ -9,6 +9,7 @@ environment:
9
platform:
10
- x64
11
- Win32
12
+ - ARM64
13
14
configuration:
15
- Release
@@ -17,6 +18,7 @@ configuration:
17
18
install:
19
- if "%platform%"=="x64" set platform_input=x64
20
- if "%platform%"=="Win32" set platform_input=Win32
21
+ - if "%platform%"=="ARM64" set platform_input=ARM64
22
23
build:
24
parallel: true # enable MSBuild parallel builds
@@ -33,3 +35,5 @@ artifacts:
33
35
name: x64
34
36
- path: NppJSONViewer\Win32\Release\NPPJSONViewer.dll
37
name: Win32
38
+ - path: NppJSONViewer\ARM64\Release\NPPJSONViewer.dll
39
+ name: ARM64
0 commit comments