Switch to using new native launcher

This commit is contained in:
Michael Hansen 2024-05-31 09:54:11 -07:00
parent d8ff803dbd
commit ecdbdd450d
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
pkgbase = clion-eap
pkgdesc = Cross-platform IDE for C and C++ from JetBrains. Early Access Program.
pkgver = 242.12881.46
pkgrel = 1
pkgrel = 2
url = http://www.jetbrains.com/clion
arch = x86_64
arch = aarch64

View file

@ -11,7 +11,7 @@ _pkgname=clion
_dlname=CLion
pkgver=242.12881.46
_dlver=$pkgver
pkgrel=1
pkgrel=2
pkgdesc="Cross-platform IDE for C and C++ from JetBrains. Early Access Program."
arch=('x86_64' 'aarch64')
options=(!strip)
@ -82,7 +82,7 @@ package_clion-eap() {
"${pkgdir}/usr/share/pixmaps/${pkgbase}.svg"
ln -s "/opt/${pkgbase}/license/CLion_Preview_License.txt" \
"${pkgdir}/usr/share/licenses/${pkgbase}"
ln -s "/opt/${pkgbase}/bin/${_pkgname}.sh" \
ln -s "/opt/${pkgbase}/bin/${_pkgname}" \
"${pkgdir}/usr/bin/${pkgbase}"
}