pkg update

This commit is contained in:
2025-01-18 14:15:16 +00:00
parent f41aa74de0
commit f4e6c2bfd0
2 changed files with 4 additions and 4 deletions

View File

@@ -33,11 +33,11 @@ make_arch:
mkdir build/owo_arch
cp PKGBUILD build/owo_arch
makepkg -D build/owo_arch
cp build/owo_arch/owo-1.0-1-x86_64.pkg.tar.zst build/owo.pkg.tar.zst
cp build/owo_arch/owo-2.0-1-x86_64.pkg.tar.zst build/owo.pkg.tar.zst
rm -rf build/owo_arch
build_all: build_unix build_win make_deb make_arch
dev: clean dirs build_unix
.PHONY: all dirs clean build_all build_unix build_win
.PHONY: all dirs clean build_all build_unix build_win