summarylogtreecommitdiffstats
path: root/disable-flatpak-check.patch
blob: cdeb0b0c385bb59242cb40c630d2549506c0b980 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- Bottles-51.17-orig/bottles/frontend/meson.build	2024-12-16 15:51:36.698984715 +0100
+++ Bottles-51.17/bottles/frontend/meson.build	2024-12-16 15:52:01.939748363 +0100
@@ -25,9 +25,9 @@
 
 fs = import('fs')
 
-if not fs.is_file('/' + '.flatpak-info')
-  error('file does not exist')
-endif
+#if not fs.is_file('/' + '.flatpak-info')
+#  error('file does not exist')
+#endif
 
 bottles_sources = [
   '__init__.py',