gitignore2
This commit is contained in:
parent
cc32b533da
commit
deb0124fe6
2 changed files with 3 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
|||
/target
|
||||
inventory-fix.png
|
||||
inventory-fix.png
|
||||
/product
|
|
@ -4,7 +4,7 @@ cargo build --target x86_64-pc-windows-gnu --package rpfixer --bin rpfixer --rel
|
|||
mkdir -p product
|
||||
|
||||
cp ./target/x86_64-pc-windows-gnu/release/rpfixer.exe ./product/rpfixer-windows-x64.exe
|
||||
cp ./target/x86_64-unknown-linux-gnu/release/rpfixer ./product/rpfixer-linux-x64
|
||||
cp ./target/x86_64-unknown-linux-musl/release/rpfixer ./product/rpfixer-linux-x64
|
||||
|
||||
pkgversion=$(cargo metadata --format-version=1 --no-deps | jq '.packages[] | select(.name == "rpfixer") | .version')
|
||||
echo "package version is:"
|
||||
|
|
Loading…
Reference in a new issue