mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 09:52:37 +02:00
![]() 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 |
||
---|---|---|
.. | ||
dz.Convert | ||
dz.ConvertDev |