This commit is contained in:
Laurent Trinques
2021-04-12 06:40:59 +02:00
parent c05d76c633
commit b8d9d38d31

View File

@@ -116,10 +116,10 @@
"commit": "01fbb2afe0fe66782cb1d1f901c73616c7d5299d" "commit": "01fbb2afe0fe66782cb1d1f901c73616c7d5299d"
} }
], ],
"post-install": [ "post-install": [
"mkdir -p ${FLATPAK_DEST}/bin", "mkdir -p ${FLATPAK_DEST}/bin",
"cp DXFtoQET ${FLATPAK_DEST}/bin/" "cp DXFtoQET ${FLATPAK_DEST}/bin/"
] ]
} }
] ]
} }