Minor changes: Tag proprietary, avoid creation of unecessary locales separated and bring TZ env var.
This commit is contained in:
@ -3,6 +3,11 @@ runtime: org.freedesktop.Platform
|
|||||||
runtime-version: '22.08'
|
runtime-version: '22.08'
|
||||||
sdk: org.freedesktop.Sdk
|
sdk: org.freedesktop.Sdk
|
||||||
command: /app/pt/packettracer
|
command: /app/pt/packettracer
|
||||||
|
separate-locales: false
|
||||||
|
|
||||||
|
tags:
|
||||||
|
- proprietary
|
||||||
|
|
||||||
finish-args:
|
finish-args:
|
||||||
- --share=ipc
|
- --share=ipc
|
||||||
- --share=network
|
- --share=network
|
||||||
@ -11,6 +16,7 @@ finish-args:
|
|||||||
- --device=dri
|
- --device=dri
|
||||||
- --filesystem=xdg-download
|
- --filesystem=xdg-download
|
||||||
- --persist=.
|
- --persist=.
|
||||||
|
- --env=TZ=
|
||||||
|
|
||||||
modules:
|
modules:
|
||||||
- name: packettracer
|
- name: packettracer
|
||||||
|
Reference in New Issue
Block a user