rename calc-zig to zig-sample

This commit is contained in:
Reuben Dunnington 2023-09-11 23:12:25 -07:00
parent ee2d14e0e7
commit 5999429838
Signed by: rdunnington
GPG Key ID: 3D57C8938EA08E90
7 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
Calc
Sample
zig-out
zig-cache
liborca.a

View File

@ -93,7 +93,7 @@ pub fn build(b: *std.Build) !void {
b.installArtifact(wasm_lib);
// Runs the orca build command
const bundle_cmd_str = [_][]const u8{ "orca", "bundle", "--orca-dir", "../..", "--name", "Calc", "--icon", "icon.png", "--resource-dir", "data", "zig-out/lib/module.wasm" };
const bundle_cmd_str = [_][]const u8{ "orca", "bundle", "--orca-dir", "../..", "--name", "Sample", "--icon", "icon.png", "--resource-dir", "data", "zig-out/lib/module.wasm" };
var bundle_cmd = b.addSystemCommand(&bundle_cmd_str);
bundle_cmd.step.dependOn(b.getInstallStep());

View File

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB