Hello, Could you add this path for the discord-development aur package ?
Here is the path
/opt/discord-development/resources/app.asar
Thank you.
Git Clone URL: | https://aur.archlinux.org/openasar-git.git (read-only, click to copy) |
---|---|
Package Base: | openasar-git |
Description: | Open-source alternative of Discord desktop's app.asar |
Upstream URL: | https://github.com/GooseMod/OpenAsar |
Licenses: | MIT |
Conflicts: | openasar |
Provides: | openasar |
Submitter: | Kamack38 |
Maintainer: | Kamack38 |
Last Packager: | Kamack38 |
Votes: | 4 |
Popularity: | 0.037667 |
First Submitted: | 2022-05-01 22:06 (UTC) |
Last Updated: | 2023-03-24 18:39 (UTC) |
Hello, Could you add this path for the discord-development aur package ?
Here is the path
/opt/discord-development/resources/app.asar
Thank you.
The scripts/injectPolyfills.sh
script no longer exists and should be removed from PKGBUILD
.
Refer to https://github.com/GooseMod/OpenAsar/pull/101
Hi! I need your help. Could you please add comments with discord versions you want to be supported? I would be very grateful if you included the path to the app.asar
file in your comment.
It appears the my discord asar was overwritten by the last discord update.
Wouldn't it make sense for this package to provide an alpm hook to automatically reinstall the app.asar whenever discord updates? (also cp should be used instead of mv as the pacakge manager gets confused that previously tracked files aren't there anymore)
How I can modify hokks for other packages?
@Kamack38 discord-canary providing discord probably wont happen, since multiple-client installs would not work anymore. I don't see adding discord to opt-depends as an issue though, since actually discovering that there is something like openasar requires using discord extensively in the first place, right?
Anyway, could you modify the post-install hook for discord-canary-electron-bin
also?
@Sir-Photch to make this work I would have to add discord to optional dependencies as the discord canary package doesn't actually 'provide' discord. The best way solve it would be to edit the discord canary PKGBUILD to provide discord.
so apparently you can't have discord-canary installed first and use this package since it will install discord as well. is there any way to circumvent this?
I also suggest adding support for discord-canary-electron-bin, the only difference here being that the app.asar file needs to be moved to /usr/lib/discord-canary
instead of /opt/discord
.
Can you also add a hook, such that the asar file will replace itself again when discord is being updated? thx
Pinned Comments
Kamack38 commented on 2022-11-08 16:34 (UTC)
Hi! I need your help. Could you please add comments with discord versions you want to be supported? I would be very grateful if you included the path to the
app.asar
file in your comment.