otaylor / modularity / fedmod

Forked from modularity/fedmod 6 years ago
Clone

513be03 flatpak_generator.py: Use a literal string for finish-args

Authored and Committed by otaylor 5 years ago
    flatpak_generator.py: Use a literal string for finish-args
    
    Using a literal string for finish-args in container.yaml allows comments
    to be inserted into the finish args (and stripped out by flatpak-module-tools)
    - with a folded string, the line structure is lost.
    
        
file modified
+1 -1