From 83e403cc5445b39e270f60f4f16cae75b4a2bcb1 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Wed, 31 Jul 2024 16:19:08 +0900 Subject: [PATCH] Update setup.iss --- .gitignore | 1 + setup.iss | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ecff89b..7a4d547 100644 --- a/.gitignore +++ b/.gitignore @@ -105,3 +105,4 @@ dist # ChatGPT API Key data/chatgpt-apikey.txt +/bin/installer diff --git a/setup.iss b/setup.iss index ffef852..b052fb8 100644 --- a/setup.iss +++ b/setup.iss @@ -35,7 +35,6 @@ LicenseFile=SECURITY.MD [Files] Source: "app.js"; DestDir: "{app}"; Source: "app.hta"; DestDir: "{app}"; -Source: "Default_HTA.reg"; DestDir: "{app}"; Source: "LICENSE"; DestDir: "{app}"; Source: "LICENSE_MSRL"; DestDir: "{app}"; Source: "*.md"; DestDir: "{app}";