File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -75,9 +75,9 @@ if(Python3_FOUND)
7575 endif (NOT client_result)
7676 endif (EXISTS "${LOGS} /url.log" )
7777
78- set (extensions_all "exe" "ex_" "msi" "256appx" "512appx" "cat" "ps1" "psc1" "mof" )
79- set (extensions_nocat "exe" "ex_" "msi" "256appx" "512appx" "ps1" "psc1" "mof" )
80- set (extensions_nocatappx "exe" "ex_" "msi" "ps1" "psc1" "mof" )
78+ set (extensions_all "exe" "ex_" "msi" "256appx" "512appx" "cat" "ps1" "psc1" "mof" "js" )
79+ set (extensions_nocat "exe" "ex_" "msi" "256appx" "512appx" "ps1" "psc1" "mof" "js" )
80+ set (extensions_nocatappx "exe" "ex_" "msi" "ps1" "psc1" "mof" "js" )
8181 set (formats "pem" "der" )
8282
8383 else (NOT cryptography_error)
Original file line number Diff line number Diff line change 1+ console . log ( "Hello, world!" ) ;
Original file line number Diff line number Diff line change @@ -55,3 +55,6 @@ CATATTR1=0x11010001:OSAttr:2:6.0
5555
5656< HASH > MOFfile =. .\files \unsigned .mof
5757< HASH > MOFfileATTR1 = 0 x11010001 :File :unsigned .mof
58+
59+ < HASH > JSfile =. .\files \unsigned .js
60+ < HASH > JSfileATTR1 = 0 x11010001 :File :unsigned .js
You can’t perform that action at this time.
0 commit comments