Skip to content

Commit

Permalink
Merge pull request #29 from africanmathsinitiative/master
Browse files Browse the repository at this point in the history
updating master
  • Loading branch information
anastasia-mbithe authored Jan 7, 2022
2 parents 8fc5bbe + 4aea0e7 commit 95026dd
Show file tree
Hide file tree
Showing 555 changed files with 21,404 additions and 17,977 deletions.
4 changes: 2 additions & 2 deletions Instat.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.1000
# Visual Studio Version 16
VisualStudioVersion = 16.0.31702.278
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "instat", "instat\instat.vbproj", "{D62FCDDB-1E9E-4B63-B7AA-6482343C9736}"
EndProject
Expand Down
10 changes: 5 additions & 5 deletions installer/inno_install_script_32bit.iss
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
; NOTE: The value of AppId uniquely identifies this application.
; Do not use the same AppId value in installers for other applications.
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
AppId={{82EDE163-D0A3-46BB-81E4-20166879108F}
AppId={{176720C6-F30C-4691-A688-CAF108E41AE2}
AppName=R-Instat
#define AppVerName "0.7.3"
#define AppVerName "0.7.3.1"
AppVersion={#AppVerName}
AppPublisher=African Maths Initiative
AppPublisherURL=http://r-instat.org/
Expand All @@ -31,10 +31,10 @@ Source: "..\instat\bin\Release\*"; DestDir: "{app}"; Flags: ignoreversion recurs
; NOTE: Don't use "Flags: ignoreversion" on any shared system files

[Icons]
Name: "{group}\R-Instat 0.7.3"; Filename: "{app}\instat.exe"
Name: "{group}\R-Instat 0.7.3.1"; Filename: "{app}\instat.exe"
Name: "{group}\{cm:UninstallProgram,R-Instat}"; Filename: "{uninstallexe}"
Name: "{commondesktop}\R-Instat 0.7.3"; Filename: "{app}\instat.exe"; Tasks: desktopicon
Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\R-Instat 0.7.3"; Filename: "{app}\instat.exe"; Tasks: quicklaunchicon
Name: "{commondesktop}\R-Instat 0.7.3.1"; Filename: "{app}\instat.exe"; Tasks: desktopicon
Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\R-Instat 0.7.3.1"; Filename: "{app}\instat.exe"; Tasks: quicklaunchicon

[Run]
Filename: "{app}\instat.exe"; Description: "{cm:LaunchProgram,R-Instat}"; Flags: nowait postinstall skipifsilent
10 changes: 5 additions & 5 deletions installer/inno_install_script_64bit.iss
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
; NOTE: The value of AppId uniquely identifies this application.
; Do not use the same AppId value in installers for other applications.
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
AppId={{82EDE163-D0A3-46BB-81E4-20166879108F}
AppId={{176720C6-F30C-4691-A688-CAF108E41AE2}
AppName=R-Instat
#define AppVerName "0.7.3"
#define AppVerName "0.7.3.1"
AppVersion={#AppVerName}
AppPublisher=African Maths Initiative
AppPublisherURL=http://r-instat.org/
Expand All @@ -32,10 +32,10 @@ Source: "..\instat\bin\x64\Release\*"; DestDir: "{app}"; Flags: ignoreversion re
; NOTE: Don't use "Flags: ignoreversion" on any shared system files

[Icons]
Name: "{group}\R-Instat 0.7.3"; Filename: "{app}\instat.exe"
Name: "{group}\R-Instat 0.7.3.1"; Filename: "{app}\instat.exe"
Name: "{group}\{cm:UninstallProgram,R-Instat}"; Filename: "{uninstallexe}"
Name: "{commondesktop}\R-Instat 0.7.3"; Filename: "{app}\instat.exe"; Tasks: desktopicon
Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\R-Instat 0.7.3"; Filename: "{app}\instat.exe"; Tasks: quicklaunchicon
Name: "{commondesktop}\R-Instat 0.7.3.1"; Filename: "{app}\instat.exe"; Tasks: desktopicon
Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\R-Instat 0.7.3.1"; Filename: "{app}\instat.exe"; Tasks: quicklaunchicon

[Run]
Filename: "{app}\instat.exe"; Description: "{cm:LaunchProgram,R-Instat}"; Flags: nowait postinstall skipifsilent
227 changes: 114 additions & 113 deletions instat/DlgDefineClimaticData.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 95026dd

Please sign in to comment.