Skip to content

Commit

Permalink
Wowow this should fix it hahah
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyjurjens committed Jul 12, 2021
1 parent 2c26e40 commit 4a3a195
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/packager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Make NIC package
run: |
source ~/.profile
rm ./Ted2's Mod Menu Template v${{ env.VERSION }}.nic.tar || true # To force it to not fail even if the file does not exist
rm ./iOS-Mod-Menu-Template-for-Theos.nic.tar || true # To force it to not fail even if the file does not exist
$THEOS/bin/nicify.pl ./template
- name: Upload artifact
Expand Down
2 changes: 1 addition & 1 deletion template/NIC/control
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name "Ted2's Mod Menu Template v0.8.1"
name "Ted2's Mod Menu Template v0.9.0"
prompt FILTER "Bundle filter" "com.company.appname"
constrain file "control" to package
constrain "theos" to link_theos
Expand Down
2 changes: 1 addition & 1 deletion template/versionCheck.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
VERSION='0.8.1'
VERSION='0.9.0'
# Don't remove the above line. Serves as the version this script will fetch. Only update when a new version is out.

ERROR='\033[1;31m[*] Error:\033[1;37m '
Expand Down

0 comments on commit 4a3a195

Please sign in to comment.