1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-01-23 17:25:54 +01:00

Generate AppImage on GitHub Actions

Fixes #695. Supersedes #172. See https://appimage.org/.
This commit is contained in:
Peter Jonas
2021-06-16 15:19:48 +01:00
parent 2e0e3b4162
commit de2213ea2c
12 changed files with 542 additions and 13 deletions

View File

@@ -55,6 +55,6 @@ if( NOT CMAKE_SYSTEM_NAME MATCHES "Darwin" )
install( FILES "${_SRCDIR}/audacity.1"
DESTINATION "${_MANDIR}/man1" )
install( FILES "${_SRCDIR}/audacity.appdata.xml"
DESTINATION "${_DATADIR}/appdata" )
DESTINATION "${_DATADIR}/metainfo" )
endif()
endif()