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 c2d130c commit 891053dCopy full SHA for 891053d
.gitignore
@@ -20,4 +20,5 @@ hsa/log
20
21
/vendor/
22
23
-!bin/hsa.exe
+!bin/hsa.exe
24
+!bin/Whsa.exe
bin/Whsa.exe
3.6 MB
composer.json
@@ -13,6 +13,7 @@
13
"bin": [
14
"bin/composer-adapter/hsawin",
15
"bin/hsa",
16
- "bin/hsa.exe"
+ "bin/hsa.exe",
17
+ "bin/Whsa.exe"
18
]
19
}
0 commit comments