This commit is contained in:
mjallen18
2026-04-16 09:58:24 -05:00
parent c5ba5d4164
commit 95f08a258e
2 changed files with 7 additions and 0 deletions

Binary file not shown.

View File

@@ -0,0 +1,7 @@
{
writeShellScriptBin,
appimage-run
}:
writeShellScriptBin "hueforge" ''
exec ${appimage-run}/bin/appimage-run HueForge_Linux_v0.9.3.1.AppImage "$@"
'';