Skip to content

Commit

Permalink
Prepare for 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
AeEn123 committed Dec 20, 2024
1 parent 7b7f377 commit a40e194
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 49 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "Roblox-assets-extractor"
version = "0.1.3"
version = "0.1.4"
edition = "2021"

[dependencies]
Expand Down
21 changes: 4 additions & 17 deletions packages/arch/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgname=Roblox-assets-extractor
pkgdesc='A safe way to extract assets from your Roblox installation.'
pkgver=0.1.3
pkgver=0.1.4
pkgrel=1
makedepends=('rust' 'cargo')
arch=('x86_64')
Expand All @@ -22,22 +22,9 @@ build() {
cargo build --frozen --release --all-features
}

check() {
export RUSTUP_TOOLCHAIN=stable
cargo test --frozen --all-features
}

package() {
install -Dm0755 -t "$pkgdir/usr/bin/" "target/release/$pkgname"
install -Dm644 "assets/icon.svg" "${pkgdir}/usr/share/icons/hicolor/symbolic/apps/Roblox-assets-extractor.svg"
install -Dm644 /dev/stdin "${pkgdir}/usr/share/applications/Roblox-assets-extractor.desktop" <<EOF
[Desktop Entry]
Type=Application
Name=Roblox Assets Extractor
Comment=A safe way to extract assets from your Roblox installation.
Categories=Utility
Exec=Roblox-assets-extractor
Icon=Roblox-assets-extractor
Terminal=false
EOF
install -Dm644 "assets/icon.svg" "${pkgdir}/usr/share/icons/hicolor/symbolic/apps/$pkgname.svg"
install -Dm644 "packages/arch/$pkgname.desktop" "${pkgdir}/usr/share/applications/$pkgname.desktop"
install -Dm644 "packages/arch/$pkgname-system.json" "${pkgdir}/usr/bin/$pkgname-system.json"
}
30 changes: 0 additions & 30 deletions packages/arch/PKGBUILD.new

This file was deleted.

0 comments on commit a40e194

Please sign in to comment.