Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Commit

Permalink
feat(release): add bgm to release
Browse files Browse the repository at this point in the history
  • Loading branch information
joelgomes1994 committed Jan 29, 2022
1 parent 280bb1f commit 29ee28e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ def deletePath(_path):
data = {
"OverwriteString": "$COMMENT\n{\n \n}\n",
"CreatePaths": [
"./sounds/bgm/DELETE-ME",
"./sounds/sfx/DELETE-ME",
],
"CopyPaths": [
"./database",
"./lang",
"./fonts",
"./scripts",
"./sounds/bgm",
"./textures",
"./.gitignore",
"./LibBgf.blend",
Expand Down Expand Up @@ -108,4 +108,4 @@ def deletePath(_path):
deletePath(Path(ignored))
print("X Removed ignored:", ignored)



0 comments on commit 29ee28e

Please sign in to comment.