[fix] makefile

This commit is contained in:
Max 2022-09-28 00:44:43 +08:00 committed by GitHub
parent 3f43c66a18
commit aa5a107471
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -151,7 +151,7 @@ artifacts-linux: clean
mkdir -p dist/release mkdir -p dist/release
# Building XGEN v0.9 # Building XGEN v0.9
sed -ie "s/url('\/icon/url('\/xiang\/icon/g" ../ui/public/icon/md_icon.css sed -ie "s/url('\/icon/url('\/xiang\/icon/g" ../xgen-v0.9/public/icon/md_icon.css
cd ../xgen-v0.9 && npm install && npm run build cd ../xgen-v0.9 && npm install && npm run build
# Building XGEN v1.0 # Building XGEN v1.0
@ -194,7 +194,7 @@ artifacts-macos: clean
# Building XGEN v0.9 # Building XGEN v0.9
sed -ie "s/url('\/icon/url('\/xiang\/icon/g" ../ui/public/icon/md_icon.css sed -ie "s/url('\/icon/url('\/xiang\/icon/g" ../xgen-v0.9/public/icon/md_icon.css
cd ../xgen-v0.9 && npm install && npm run build cd ../xgen-v0.9 && npm install && npm run build
# Building XGEN v1.0 # Building XGEN v1.0