Use unzipfx approach for Windows zip executables

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-12-02 09:22:40 +00:00
parent 0c00446480
commit ebb4091a60
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
4 changed files with 17 additions and 22 deletions

View file

@ -21,7 +21,7 @@ all: unzipfx2cat.exe
unzipfx2cat.exe: $(OBJ)
$(CC) $^ $(LINK_FLAGS) -o $@
icon.o: ../../../resources/ico/carla.rc
icon.o: ../../utils/distrho.rc
$(WINDRES) -i $< -o $@ -O coff
clean: