Skip to content

Commit

Permalink
Using freedesktop runtime instead gnome
Browse files Browse the repository at this point in the history
  • Loading branch information
arenekosreal committed Apr 19, 2024
1 parent 1968114 commit b8be075
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions com.qq.QQ.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
app-id: com.qq.QQ
branch: liteloader
runtime: org.gnome.Platform
runtime-version: '45'
sdk: org.gnome.Sdk
runtime: org.freedesktop.Platform
runtime-version: '23.08'
sdk: org.freedesktop.Sdk
base: org.electronjs.Electron2.BaseApp
base-version: '22.08'
base-version: '23.08'
command: qq
separate-locales: false

Expand Down Expand Up @@ -136,6 +136,19 @@ modules:
url: https://im.qq.com/rainbow/linuxQQDownload
pattern: (https://[^"]+/linuxqq_([\d\.\-]+)_arm64.deb)

- name: kerberos
subdir: src
sources:
- type: archive
url: https://kerberos.org/dist/krb5/1.21/krb5-1.21.2.tar.gz
sha256: 9560941a9d843c0243a71b17a7ac6fe31c7cebb5bce3983db79e52ae7e850491
x-checker-data:
type: html
url: https://kerberos.org/dist/
version-pattern: Kerberos V5 Release ([\d\.\-]+) - current release
url-template: https://kerberos.org/dist/krb5/$major.$minor/krb5-$version.tar.gz
is-important: true

- name: liteloader
buildsystem: simple
build-commands:
Expand Down

0 comments on commit b8be075

Please sign in to comment.