2022-08-29 11:15:36 -04:00
|
|
|
diff --git a/build/linux/dependencies-generator.js b/build/linux/dependencies-generator.js
|
|
|
|
index af20828..f09ba66 100644
|
|
|
|
--- a/build/linux/dependencies-generator.js
|
|
|
|
+++ b/build/linux/dependencies-generator.js
|
|
|
|
@@ -22,3 +22,3 @@ const types_2 = require("./rpm/types");
|
|
|
|
// are valid, are in dep-lists.ts
|
|
|
|
-const FAIL_BUILD_FOR_NEW_DEPENDENCIES = true;
|
|
|
|
+const FAIL_BUILD_FOR_NEW_DEPENDENCIES = false;
|
|
|
|
// Based on https://source.chromium.org/chromium/chromium/src/+/refs/tags/98.0.4758.109:chrome/installer/linux/BUILD.gn;l=64-80
|
|
|
|
diff --git a/build/linux/dependencies-generator.ts b/build/linux/dependencies-generator.ts
|
|
|
|
index 34573c4..91adb8f 100644
|
|
|
|
--- a/build/linux/dependencies-generator.ts
|
|
|
|
+++ b/build/linux/dependencies-generator.ts
|
|
|
|
@@ -23,3 +23,3 @@ import { isRpmArchString, RpmArchString } from './rpm/types';
|
|
|
|
// are valid, are in dep-lists.ts
|
|
|
|
-const FAIL_BUILD_FOR_NEW_DEPENDENCIES: boolean = true;
|
|
|
|
+const FAIL_BUILD_FOR_NEW_DEPENDENCIES: boolean = false;
|
|
|
|
|
2022-05-07 03:50:30 -04:00
|
|
|
diff --git a/resources/linux/rpm/code.spec.template b/resources/linux/rpm/code.spec.template
|
2022-08-17 01:36:15 -04:00
|
|
|
index 61659d2..6331a67 100644
|
2022-05-07 03:50:30 -04:00
|
|
|
--- a/resources/linux/rpm/code.spec.template
|
|
|
|
+++ b/resources/linux/rpm/code.spec.template
|
2022-08-17 01:36:15 -04:00
|
|
|
@@ -78 +78,3 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
|
|
|
|
%{_datadir}/zsh/site-functions/_%{name}
|
2022-05-07 03:50:30 -04:00
|
|
|
+
|
2022-08-17 01:36:15 -04:00
|
|
|
+%config(noreplace) /usr/share/%{name}/resources/app/product.json
|
|
|
|
\ No newline at end of file
|