build: Fix a typo in the windows release script

This commit is contained in:
Solomon Peachy 2020-03-02 06:31:32 -05:00
parent 342c7e08d3
commit 081a17d8fb
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ else
$(CP) -a hiti_data lib70x/data/* selphy_print$(REVISION)/$(BACKEND_DATA_DIR)
$(CP) -a lib70x/README selphy_print$(REVISION)/$(BACKEND_DATA_DIR)/README-lib70x
$(CP) -a lib6145/README selphy_print$(REVISION)/$(BACKEND_DATA_DIR)/README-lib6145
$(CIP) -r selphy_print-mingw$(REVISION).zip selphy_print$(REVISION)
$(ZIP) -r selphy_print-mingw$(REVISION).zip selphy_print$(REVISION)
endif
$(RM) -Rf selphy_print$(REVISION)