Skip to content

Commit ff73202

Browse files
committed
update updater string
1 parent c9a6ed8 commit ff73202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Updater.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ namespace CTRPluginFramework
219219
else return false; //if no update
220220

221221

222-
Sstrncpy(urlDownload, "https://raw.githubusercontent.com/rydoginator/ACNL-NTR-Cheats/master/ACNL-NTR-Cheats.plg", 200);
222+
Sstrncpy(urlDownload, "https://raw.githubusercontent.com/rydoginator/ACNL-NTR-Cheats/master/ACNL-NTR-Cheats.3gx", 200);
223223
Sstrncpy(newChangelog, "The changelog cannot be viewed from the plugin.\nVisit < http://bit.ly/ACPLG-Change >\nto see the changelog on Github.", 200);
224224

225225
return updateavailable;

0 commit comments

Comments
 (0)