Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/mgord9518/aisap
Browse files Browse the repository at this point in the history
Merge main
  • Loading branch information
mgord9518 committed Nov 20, 2024
2 parents f5d4766 + 2ef85d1 commit 4c6257a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wrap.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ func (ai *AppImage) mainWrapArgs(perms *permissions.AppImagePerms) []string {
"--setenv", "TMPDIR", "/tmp",
"--setenv", "HOME", xdg.Home,
"--setenv", "APPDIR", "/tmp/.mount_" + ai.md5,
"--setenv", "APPIMAGE_EXTRACT_AND_RUN", "1",
"--setenv", "APPIMAGE", filepath.Join("/app", path.Base(ai.Path)),
"--setenv", "ARGV0", filepath.Join(path.Base(ai.Path)),
"--setenv", "XDG_DESKTOP_DIR", filepath.Join(xdg.Home, "Desktop"),
Expand Down

0 comments on commit 4c6257a

Please sign in to comment.