mirror of
https://github.com/mitb-archive/filebot
synced 2025-03-09 22:09:47 -04:00
Using base: requires KVM and none of my build machines support that (because too old or a VM)
This commit is contained in:
parent
637b720fff
commit
253593860a
@ -600,7 +600,9 @@
|
||||
<fileset dir="${dir.base}" includes="**/bin/**" />
|
||||
</chmod>
|
||||
|
||||
<exec executable="snapcraft" dir="${dir.staging}" failonerror="yes" />
|
||||
<exec executable="snapcraft" dir="${dir.staging}" failonerror="yes">
|
||||
<arg line="cleanbuild" />
|
||||
</exec>
|
||||
</target>
|
||||
|
||||
|
||||
|
@ -5,7 +5,6 @@ description: @{package.description}
|
||||
|
||||
confinement: strict
|
||||
grade: stable
|
||||
base: core18
|
||||
|
||||
architectures: [amd64]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user