@@ -67,7 +67,7 @@ exports_files(["VERSION"])
6767
6868genrule (
6969 name = "native-artifact-mac-x86_64-dmg" ,
70- outs = ["typedb-studio_3.4.0-e5a9c7d3f1b8426e8d3c4f7a7b9a1e34c1f5d27b_amd64 .dmg" ], # replace with your actual output, e.g., .exe, .AppImage
70+ outs = ["typedb-studio_3.4.0-rc0_amd64 .dmg" ], # replace with your actual output, e.g., .exe, .AppImage
7171 cmd = """
7272 cp src-tauri/target/release/bundle/dmg/*.dmg "$(OUTS)"
7373 """ ,
@@ -77,7 +77,7 @@ genrule(
7777
7878genrule (
7979 name = "native-artifact-mac-arm64-dmg" ,
80- outs = ["typedb-studio_3.4.0-e5a9c7d3f1b8426e8d3c4f7a7b9a1e34c1f5d27b_aarch64 .dmg" ], # replace with your actual output, e.g., .exe, .AppImage
80+ outs = ["typedb-studio_3.4.0-rc0_aarch64 .dmg" ], # replace with your actual output, e.g., .exe, .AppImage
8181 cmd = """
8282 cp src-tauri/target/release/bundle/dmg/*.dmg "$(OUTS)"
8383 """ ,
@@ -87,7 +87,7 @@ genrule(
8787
8888genrule (
8989 name = "native-artifact-linux-arm64-deb" ,
90- outs = ["typedb-studio_3.4.0-e5a9c7d3f1b8426e8d3c4f7a7b9a1e34c1f5d27b_arm64 .deb" ], # replace with your actual output, e.g., .exe, .AppImage
90+ outs = ["typedb-studio_3.4.0-rc0_arm64 .deb" ], # replace with your actual output, e.g., .exe, .AppImage
9191 cmd = """
9292 cp src-tauri/target/release/bundle/deb/*.deb "$(OUTS)"
9393 """ ,
@@ -97,7 +97,7 @@ genrule(
9797
9898genrule (
9999 name = "native-artifact-linux-x86_64-deb" ,
100- outs = ["typedb-studio_3.4.0-e5a9c7d3f1b8426e8d3c4f7a7b9a1e34c1f5d27b_amd64 .deb" ], # replace with your actual output, e.g., .exe, .AppImage
100+ outs = ["typedb-studio_3.4.0-rc0_amd64 .deb" ], # replace with your actual output, e.g., .exe, .AppImage
101101 cmd = """
102102 cp src-tauri/target/release/bundle/deb/*.deb "$(OUTS)"
103103 """ ,
@@ -107,7 +107,7 @@ genrule(
107107
108108genrule (
109109 name = "native-artifact-windows-x86_64-msi" ,
110- outs = ["typedb-studio_3.4.0-e5a9c7d3f1b8426e8d3c4f7a7b9a1e34c1f5d27b_amd64 .msi" ], # replace with your actual output, e.g., .exe, .AppImage
110+ outs = ["typedb-studio_3.4.0-rc0_amd64 .msi" ], # replace with your actual output, e.g., .exe, .AppImage
111111 cmd = """
112112 cp src-tauri/target/release/bundle/msi/*.msi "$(OUTS)"
113113 """ ,
0 commit comments