Added : don't embed the png distro icons
This commit is contained in:
parent
13f94a5749
commit
acc304566b
2
Makefile
2
Makefile
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue