Skip to content

Commit

Permalink
build(game): set option build.itch_project
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Aug 18, 2024
1 parent 2c22c4e commit e4b24a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ git grep -l 'Renpy Template' | xargs sed -i '' -e 's/Renpy Template/My Novel/g'
```

```sh
git grep -l 'Renpy Template' | xargs sed -i '' -e 's/renpy-template/my-novel/g'
git grep -l 'renpy-template' | xargs sed -i '' -e 's/renpy-template/my-novel/g'
```

## Run
Expand Down
2 changes: 1 addition & 1 deletion game/options.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -206,4 +206,4 @@ init python:
## The username and project name associated with an itch.io project, separated
## by a slash.

# define build.itch_project = "renpytom/test-project"
define build.itch_project = "remarkablegames/renpy-template"

0 comments on commit e4b24a6

Please sign in to comment.