Skip to content

Commit

Permalink
WIP 39
Browse files Browse the repository at this point in the history
  • Loading branch information
12joan committed Apr 5, 2024
1 parent af7379d commit f36ff52
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
with:
buildName: 'Pop Pixie'
targetPlatform: ${{ inputs.target_platform }}
versioning: none

- uses: actions/upload-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion Assets/Unity/Scenes/Landing.unity
Original file line number Diff line number Diff line change
Expand Up @@ -3792,7 +3792,7 @@ MonoBehaviour:
Text: {fileID: 8429256539385407652}
UpdateButton: {fileID: 3274824437188520573}
VersionURL: https://raw.githubusercontent.com/anderbellstudios/pop-pixie/version/VERSION
DownloadURL: https://github.com/12joan/pop-pixie/releases/latest
DownloadURL: https://anderbell.studio/
--- !u!224 &6028797735745546842
RectTransform:
m_ObjectHideFlags: 0
Expand Down
2 changes: 1 addition & 1 deletion ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ PlayerSettings:
androidSupportedAspectRatio: 1
androidMaxAspectRatio: 2.1
applicationIdentifier:
Standalone: com.Anderbell-Studios.Pop-Pixie---Mission-Training
Standalone: com.Anderbell-Studios.Pop-Pixie
buildNumber:
Standalone: 0
iPhone: 0
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,9 @@ At this point, `git status` should report that the working tree is clean. Please
### What's next?

You should now be ready to begin work on Pop Pixie. Open a Unity scene from `/Assets/Unity/Scenes` to get started.

### Updating the app version

When updating the app verison, it should be modified in `ProjectSettings.asset` and `pop-pixie.iss`.

The in-game version checker uses https://github.com/anderbellstudios/pop-pixie/blob/version/VERSION.

0 comments on commit f36ff52

Please sign in to comment.