From 1214315da3d3acabe26c37b42a2cc8a9f67a6806 Mon Sep 17 00:00:00 2001 From: "Wu, Zhenyu" Date: Thu, 9 Jan 2025 19:50:40 +0800 Subject: [PATCH] :ambulance: Chmod +x --- .github/workflows/nodejs.yml | 1 + README.md | 5 +++++ package.json | 4 ++-- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 1d11cc5..f2e9eb4 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -72,6 +72,7 @@ jobs: cache: 'npm' - name: Build run: | + chmod +x prebuilds/*/bin/* npm install npm pack - uses: softprops/action-gh-release@v2 diff --git a/README.md b/README.md index e69de29..47d68ab 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,5 @@ +# xmake packages for some package managers + +- [PYPI](https://pypi.org/project/xmake-wheel) +- [npmjs.org](https://www.npmjs.com/package/xmake-build-system) +- [luarocks.org](https://luarocks.org/modules/Freed-Wu/xmake/) diff --git a/package.json b/package.json index 43391bd..377b0c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xmake-build-system", - "version": "2.9.7", + "version": "2.9.4", "description": "A cross-platform build utility based on Lua", "repository": "https://github.com/xmake-io/xmake-wheel", "homepage": "https://github.com/xmake-io/xmake-wheel#readme", @@ -11,7 +11,7 @@ ], "bin": { "xmake": "bin/xmake", - "xrepo": "bin/xmake" + "xrepo": "bin/xrepo" }, "devDependencies": { "tar": "^7.4.3"