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 7f89838 commit 6b75372Copy full SHA for 6b75372
.github/workflows/nodejs.yml
@@ -72,6 +72,7 @@ jobs:
72
cache: 'npm'
73
- name: Build
74
run: |
75
+ chmod +x prebuilds/*/bin/*
76
npm install
77
npm pack
78
- uses: softprops/action-gh-release@v2
README.md
@@ -0,0 +1,5 @@
1
+# xmake packages for some package managers
2
+
3
+- [PYPI](https://pypi.org/project/xmake-wheel)
4
+- [npmjs.org](https://www.npmjs.com/package/xmake-build-system)
5
+- [luarocks.org](https://luarocks.org/modules/Freed-Wu/xmake/)
package.json
@@ -11,7 +11,7 @@
11
],
12
"bin": {
13
"xmake": "bin/xmake",
14
- "xrepo": "bin/xmake"
+ "xrepo": "bin/xrepo"
15
},
16
"devDependencies": {
17
"tar": "^7.4.3"
0 commit comments