Skip to content

Commit 7f289c8

Browse files
authored
Merge pull request QB64-Phoenix-Edition#728 from boxgaming/main
Add QBJS Web Build option to Run menu.
2 parents 8e5156d + 9002efc commit 7f289c8

3 files changed

Lines changed: 784 additions & 0 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ internal/temp*
77
internal/config*.txt
88
internal/config.ini
99
internal/help
10+
internal/qbjs
1011
!internal/support/**
1112
internal/commit.txt
13+
internal/support/converter/*.exe
1214
tempfoldersearch.bin
1315
internal/c/qbx[2-9].cpp
1416
*.ttf
@@ -18,6 +20,8 @@ mingw32.exe
1820
mingw64.exe
1921
.vscode
2022
.DS_Store
23+
.qbjs*
24+
_web
2125
settings
2226
source/qb64pe_start.command
2327
.fake

0 commit comments

Comments
 (0)