Update setup.iss
Some checks are pending
CodeQL / Analyze (csharp) (push) Waiting to run
CodeQL / Analyze (javascript) (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run

This commit is contained in:
Namhyeon Go 2024-07-31 16:19:08 +09:00
parent a80fd75ec3
commit 83e403cc54
2 changed files with 1 additions and 1 deletions

1
.gitignore vendored
View File

@ -105,3 +105,4 @@ dist
# ChatGPT API Key
data/chatgpt-apikey.txt
/bin/installer

View File

@ -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}";