mirror of
https://github.com/hamaluik/timecop.git
synced 2025-08-06 14:59:00 +08:00
38 lines
1.3 KiB
JSON
38 lines
1.3 KiB
JSON
{
|
|
"appId": "ca.hamaluik.Timecop",
|
|
"lowercaseAppName": "timecop",
|
|
"githubReleaseOrganization": "hamaluik",
|
|
"githubReleaseProject": "timecop",
|
|
"localReleases": [
|
|
{
|
|
"version": "1.0.0",
|
|
"date": "2020-03-19"
|
|
}
|
|
],
|
|
"localReleaseAssets": [
|
|
{
|
|
"arch": "aarch64",
|
|
"tarballPath": "scripts/flatpak_generator_exports/timecop-linux-aarch64.tar.gz"
|
|
}
|
|
],
|
|
"localLinuxBuildDir": "../build/linux",
|
|
"appStreamPath": "ca.hamaluik.Timecop.appdata.xml",
|
|
"desktopPath": "ca.hamaluik.Timecop.desktop",
|
|
"icons": {
|
|
"symbolic": "ca.hamaluik.Timecop-symbolic.svg",
|
|
"scalable": "ca.hamaluik.Timecop.svg"
|
|
},
|
|
"freedesktopRuntime": "22.08",
|
|
"buildCommandsAfterUnpack": [
|
|
"ln -s /usr/lib/x86_64-linux-gnu/libsqlite3.so.0 /app/lib/libsqlite3.so",
|
|
"if [ ! -e '/app/lib/libsqlite3.so' ]; then ln -s -f /usr/lib/aarch64-linux-gnu/libsqlite3.so.0 /app/lib/libsqlite3.so; fi",
|
|
"if [ $(arch)=\"aarch64\" ]; then sed -si \"/Exec=/cExec=env LIBGL_ALWAYS_SOFTWARE=1 timecop\" timecop/ca.hamaluik.Timecop.desktop; fi"
|
|
],
|
|
"finishArgs": [
|
|
"--share=ipc",
|
|
"--socket=fallback-x11",
|
|
"--socket=wayland",
|
|
"--device=dri",
|
|
"--talk-name=org.freedesktop.Notifications"
|
|
]
|
|
} |