blob: 2a4373b41a50488a286b444201ea220255af999c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff --git a/no-publish.diff b/no-publish.diff
@@ -0,0 +1,10 @@
+--- distribution.js.old 2024-05-16 10:13:58.328775776 +0000
++++ distribution.js.new 2024-05-16 10:13:32.759370789 +0000
+@@ -367,6 +367,7 @@
+ await fs.promises.rename(launcherScript, sourceExecutable);
+ },
+ },
++ publish: 'never',
+ });
+ }
+
|