Skip to content

Commit

Permalink
Zip - already exists - fix
Browse files Browse the repository at this point in the history
  • Loading branch information
williamniemiec committed May 25, 2021
1 parent 1d4f9e0 commit 63af4d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ After making changes to the project, create a pull request with the project you

#### Requirements
- Operating system: Windows
- Powershell
- MinGW version: [17.1+](https://nuwen.net/mingw.html)
- [Choco](https://chocolatey.org/install)

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ after_release:
cp src/pokemaze/engine/shader/shader_vertex.glsl dist/$(MAJOR_VERSION).x/$(VERSION)/src/pokemaze/engine/shader/shader_vertex.glsl
cp src/pokemaze/engine/shader/shader_fragment.glsl dist/$(MAJOR_VERSION).x/$(VERSION)/src/pokemaze/engine/shader/shader_fragment.glsl
cp -R media dist/$(MAJOR_VERSION).x/$(VERSION)
powershell Compress-Archive dist/$(MAJOR_VERSION).x/$(VERSION) dist/$(MAJOR_VERSION).x/$(VERSION)/pokemaze-$(VERSION).zip
powershell Compress-Archive -Force dist/$(MAJOR_VERSION).x/$(VERSION) dist/$(MAJOR_VERSION).x/$(VERSION)/pokemaze-$(VERSION).zip

release: before_release out_release after_release

Expand Down

0 comments on commit 63af4d2

Please sign in to comment.