Update app.js

This commit is contained in:
Namhyeon Go 2024-11-06 16:31:37 +09:00 committed by GitHub
parent 2ee54f77ae
commit a8b54493f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

3
app.js
View File

@ -663,7 +663,8 @@ function __main__() {
console.log(" WelsonJS - Build a Windows app on the Windows built-in JavaScript engine");
console.log(" C-2021-000237 (cros.or.kr), 10.5281/zenodo.11382385 (doi.org), 2023-A0562 (oss.kr), Codename Macadamia");
console.log(" This software is distributed as open source under the GPL 3.0 or MS-RL licenses.");
console.log(" https://github.com/gnh1201/welsonjs");
console.log(" Please support this project: https://gnh1201.link");
console.log(" Source code available: https://github.com/gnh1201/welsonjs");
console.log("");
if (typeof window === "undefined") {