remove date from core, app_wasm.html

This commit is contained in:
krzosa
2025-01-04 08:38:19 +01:00
parent 1fca44fcfc
commit 6f795b7ea6
14 changed files with 208 additions and 82 deletions

View File

@@ -96,6 +96,7 @@ int main(int argc, char **argv) {
" -Wl,-export-dynamic,--allow-undefined,--import-memory,--no-entry,--initial-memory=131072000,--max-memory=4294967296"
);
os_copy("main.wasm", "../package/main.wasm", os_copy_overwrite);
os_copy("../src/app/app_wasm.html", "../package/index.html", os_copy_overwrite);
if (ok != 0) return ok;
}
return ok;