1
0
mirror of https://github.com/mitb-archive/filebot synced 2025-03-09 22:09:47 -04:00

base: core18

This commit is contained in:
Reinhard Pointner 2019-02-04 07:51:45 +07:00
parent c08763ebff
commit 637b720fff
2 changed files with 2 additions and 3 deletions

View File

@ -600,9 +600,7 @@
<fileset dir="${dir.base}" includes="**/bin/**" /> <fileset dir="${dir.base}" includes="**/bin/**" />
</chmod> </chmod>
<exec executable="snapcraft" dir="${dir.staging}" failonerror="yes"> <exec executable="snapcraft" dir="${dir.staging}" failonerror="yes" />
<arg line="cleanbuild" />
</exec>
</target> </target>

View File

@ -5,6 +5,7 @@ description: @{package.description}
confinement: strict confinement: strict
grade: stable grade: stable
base: core18
architectures: [amd64] architectures: [amd64]