diff --git a/ags/config.js b/ags/config.js index 9c091d8..bfd73cd 100644 --- a/ags/config.js +++ b/ags/config.js @@ -1,5 +1,6 @@ +const uid = Utils.exec(["id", "-u"]); const entry = `${App.configDir}/main.ts`; -const dest = "/tmp/mithril-shell"; +const dest = `/tmp/mithril-shell-${uid}`; function mkdir(dir) { Utils.subprocess(["mkdir", "-p", dir]);