Skip to content

Commit

Permalink
Periodic update.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengillie committed Dec 18, 2024
1 parent aba2491 commit f8995a9
Show file tree
Hide file tree
Showing 2 changed files with 171 additions and 57 deletions.
3 changes: 2 additions & 1 deletion Tools/ManualValidationPipeline.cs
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ public class WinGetApprovalPipeline : Form {
public Regex regex_colonPRRegex = new Regex(@string_colonPRRegex);

public string file_GitHubToken = Environment.GetFolderPath(Environment.SpecialFolder.UserProfile) + "\\Documents\\PowerShell\\ght.txt";
//public string file_GitHubToken = Environment.GetFolderPath(Environment.SpecialFolder.UserProfile) + "\\Documents\\PowerShell\\ght.txt";
public string GitHubToken;
public bool TokenLoaded = false;
public int GitHubRateLimitDelay = 333; // ms
Expand Down Expand Up @@ -516,7 +517,7 @@ public void drawMenuBar (){
this.Menu.MenuItems.Add(item);
item.MenuItems.Add("Complete VM", new EventHandler(Complete_VM_Image_Action));
item.MenuItems.Add("Relaunch window", new EventHandler(Launch_Window_Image_Action));
item.MenuItems.Add("Open manifest folder", new EventHandler(Open_Folder_Image_Action));
item.MenuItems.Add("Open VM folder", new EventHandler(Open_Folder_Image_Action));
MenuItem submenu = new MenuItem("WIn10 Image VM");
item.MenuItems.Add(submenu);
submenu.MenuItems.Add("Generate VM from image", new EventHandler(Generate_Win10_VM_Image_Action));
Expand Down
Loading

0 comments on commit f8995a9

Please sign in to comment.