Added : don't embed the png distro icons

This commit is contained in:
Yannick Mauray 2021-12-19 01:51:59 +01:00
parent 13f94a5749
commit acc304566b
No known key found for this signature in database
GPG Key ID: 67C4AAC5E99CB909
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ bin: quickgui
mkdir -p $(BUILD_DIR)
cp -a build/linux/x64/release/bundle/* $(BUILD_DIR)
cp -a assets/resources $(BUILD_DIR)
tar -C $(BUILD_ROOT) -c -v -f $(BIN_TAR) $(BASE_NAME)
tar -C $(BUILD_ROOT) -c -v --exclude "quickemu-icons/*.png" -f $(BIN_TAR) $(BASE_NAME)
xz -z $(BIN_TAR)
src: