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 29, 2024
1 parent 30971d7 commit b7cb9ca
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions com.qq.QQ.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
app-id: com.qq.QQ
branch: liteloader
runtime: org.gnome.Platform
runtime-version: '46'
sdk: org.gnome.Sdk
runtime: org.freedesktop.Platform
runtime-version: '23.08'
sdk: org.freedesktop.Sdk
base: org.electronjs.Electron2.BaseApp
base-version: '23.08'
command: qq
Expand Down Expand Up @@ -148,6 +148,19 @@ modules:
url: https://im.qq.com/rainbow/linuxQQDownload
pattern: (https://dldir1.qq.com/qqfile/qq/QQNT/Linux/QQ_([\d\.\_]+)_arm64[^/d]*.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 b7cb9ca

Please sign in to comment.