dangerzone/install
Alex Pyrgiotis c4c46a0a8d
Small fixes for Qubes PRM
This commit fixes 3 small issues with the way we produce our Qubes RPM:

1. The `.exists()` method follows symlinks by default, whereas we want
   to check if a symlink exists. This functionality has been added in
   Python
   3.12.

   Instead of checking if a symlink exists and then removing it, simply
   remove it and don't throw an error if it doesn't exist in the first
   place.

2. The `dz.Convert*` policies were not installed with the executable bit
   set, therefore the qube could not start.

3. The `dz.ConvertDev` policy in particular had an ambiguous shebang,
   thus we change it to explicitly call Python3
2023-10-11 15:54:06 +01:00
..
linux Small fixes for Qubes PRM 2023-10-11 15:54:06 +01:00
macos Always pull base image when building ours 2023-08-02 13:47:59 +03:00
pyinstaller Clean up HWP/HWPX MIME types 2023-08-01 14:35:28 +01:00
windows Update windows certificate in build-app.bat 2023-08-21 13:04:14 +01:00