Skip to content

Commit f1a0827

Browse files
committed
chore: Use the new domain in the Windows installer script
1 parent 1e06fd0 commit f1a0827

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packaging/windows/Notes_Inno_Script_Github.iss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ AppId={{3C782395-4B68-4EA5-A2F4-C60E886CD71F}
88
AppName=Notes
99
AppVersion={#Version}
1010
AppPublisher=Awesomeness
11-
AppPublisherURL=https://www.get-notes.com/
12-
AppSupportURL=https://www.get-notes.com/
13-
AppUpdatesURL=https://www.get-notes.com/
11+
AppPublisherURL=https://www.notes-foss.com/
12+
AppSupportURL=https://www.notes-foss.com/
13+
AppUpdatesURL=https://www.notes-foss.com/
1414
UninstallDisplayIcon={app}\Notes.exe
1515
DefaultDirName={code:GetDefaultInstallDir}\Notes
1616
DefaultGroupName=Notes

0 commit comments

Comments
 (0)