Skip to content

Commit

Permalink
fix windows ci build; add copyright notice [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
bbarker committed Dec 11, 2023
1 parent 038ec6a commit 59314a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,12 @@ cargo run --features debug-inspector
## [Credits](./credits/CREDITS.md)


# Note: this game is unrelated to the [Voxel Vegetables](https://vox-fox.itch.io/voxel-vegetables) asset pack.
Note: this game is unrelated to the [Voxel Vegetables](https://vox-fox.itch.io/voxel-vegetables) asset pack.

# License

This project is Copyright © 2023 Brandon Elam Barker and Space Nerd.

This project is licensed under the [MPL v2](LICENSE.md) except some content of `assets` and the Bevy icons
in the `build` directory (see [Credits](credits/CREDITS.md)).

Expand Down
3 changes: 2 additions & 1 deletion build/windows/installer/Package.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
<!-- Installs the actual files -->
<ComponentGroup Id="MainComponent" Directory="INSTALLFOLDER">
<Component>
<File Id="Executable" Source="..\..\..\target\release\voxel_vegetables.exe" Vital="true" /> <!-- Note: this should point to your executable -->
<!-- <File Id="Executable" Source="..\..\..\target\release\voxel_vegetables.exe" Vital="true" /> --> <!-- Note: this should point to your executable -->
<File Id="Executable" Source="..\..\..\target\debug\voxel_vegetables.exe" Vital="true" /> <!-- Note: this should point to your executable -->
</Component>
</ComponentGroup>

Expand Down

0 comments on commit 59314a2

Please sign in to comment.