Skip to content

Commit

Permalink
Fix makefile rule for myself
Browse files Browse the repository at this point in the history
The windows line was incorrect
  • Loading branch information
rdrooij committed Apr 6, 2019
1 parent f9d189c commit 7d7100d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PACKAGE_NAME=python3-sd3save-editor_$(VERSION)_all
package_deb:
dpkg-buildpackage -us -uc

7zip_windows: package_exe
7zip_windows:
7z a dist/windows_exe.7z dist/sd3save_editor

clean:
Expand Down

0 comments on commit 7d7100d

Please sign in to comment.