Skip to content

Commit 679bde4

Browse files
committed
chore: ignore and remove zip artifacts
1 parent 0a013c5 commit 679bde4

File tree

7 files changed

+7
-27
lines changed

7 files changed

+7
-27
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,3 +109,4 @@ UpgradeLog*.XML
109109

110110
# Exclude PHP file containing database passwords
111111
vc.php
112+
*.zip

RatioForge-v1.0.1.zip

-182 KB
Binary file not shown.

RatioForge-v1.0.2.zip

-183 KB
Binary file not shown.

RatioForge-v1.0.3.zip

-1.18 MB
Binary file not shown.

Source/RatioForge/AboutForm.Designer.cs

Lines changed: 4 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Source/RatioForge/AboutForm.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,7 @@ private void linkAuthorWebSite_LinkClicked(object sender, LinkLabelLinkClickedEv
3434
Links.OpenUrl(Links.OriginalAuthorPage);
3535
}
3636

37-
private void linkEMail_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
38-
{
39-
Links.OpenUrl(Links.MailToContact);
40-
}
37+
4138

4239
private void linkWebSite_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
4340
{

Source/RatioForge/Links.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ internal static class Links
1616
public const string MailToContact = "mailto:" + ContactEmail;
1717

1818
public const string PayPal = "https://github.com/tsautier/RatioForge"; // TODO: Update with valid donation link if needed
19-
public const string AuthorPage = ProgramPage;
19+
public const string AuthorPage = "https://github.com/tsautier/";
2020

2121
public static void OpenUrl(string url)
2222
{

0 commit comments

Comments
 (0)