Skip to content

Commit

Permalink
Stop including Kore for HL
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDangerous committed Jul 21, 2022
1 parent 64d5e16 commit ba18dd5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions out/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@ function createKorefile(name: string, exporter: KhaExporter, options: Options, t
if (id) {
out += 'project.id = \'' + id + '\';\n';
}
if (korehl) {
out += 'project.cpp = true;\n';
}
if (icon != null) out += 'project.icon = \'' + icon + '\';\n';

for (let cdefine of cdefines) {
Expand Down

0 comments on commit ba18dd5

Please sign in to comment.