You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.MD
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,11 @@ To create a new menu:
115
115
116
116
# Note
117
117
118
-
Unfortunaltely modern browsers and Windows Defender flag some Visual Basic 6 executables as potential threats. Therefore I have been unable to provide a release distribution for this program. You will have to compile the source code yourself to run it.
118
+
Unfortunately modern browsers and Windows Defender flag some Visual Basic 6 executables as potential threats so to download the release you will need to use the command line:
119
+
120
+
```
121
+
gh release download -R https://github.com/lschmid83/Windows-GUI-Toolkit -A zip -O "c:\release\Windows GUI Toolkit.zip"
0 commit comments