Skip to content

Commit

Permalink
added the HIP folder
Browse files Browse the repository at this point in the history
  • Loading branch information
green726 committed Jul 14, 2022
1 parent 27e2e21 commit 8749b5f
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/language/bin/
Empty file added HIP/EEE.txt
Empty file.
12 changes: 9 additions & 3 deletions Installer/src/Installations.cs
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@

using System.Net;

public static class Installations
{
public static WebClient client = new WebClient();
public static Uri HIPPath = new Uri("https://github.com/green726/HISS");
public static Uri languagePath = new Uri("https://github.com/green726/HISS");


public static void installHIP(string path)
{

client.DownloadFileAsync();
installLanguage(path);
}

public static void installLanguage(string path)
{

client.DownloadFileAsync();
}
}
1 change: 0 additions & 1 deletion Language/.gitignore

This file was deleted.

2 changes: 1 addition & 1 deletion Language/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ static void Main(string[] args)

EXE.compileEXE(windows);
}
}
}

0 comments on commit 8749b5f

Please sign in to comment.