From ba56da09574e2049b7717f8295535d3323953300 Mon Sep 17 00:00:00 2001 From: Michael Auerswald Date: Tue, 26 May 2020 21:19:13 +0200 Subject: [PATCH] Installer update --- .gitignore | 1 + installer/FlexASIOGUI.iss | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 63bc327..e214bc0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .vs obj bin +installer/Output diff --git a/installer/FlexASIOGUI.iss b/installer/FlexASIOGUI.iss index 4bb5d34..4a999f0 100644 --- a/installer/FlexASIOGUI.iss +++ b/installer/FlexASIOGUI.iss @@ -1,6 +1,6 @@ #define MyAppName "FlexASIO GUI" #define MyAppVersion "0.1" -#define MyAppPublisher "" +#define MyAppPublisher "https://github.com/flipswitchingmonkey/FlexASIO_GUI" #define MyAppURL "" #define MyAppExeName "FlexASIOGUI.exe"