Peter VágnerDear <span class="h-card"><a href="https://fosstodon.org/users/treefit" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>treefit</span></a></span><br>I am trying to build <a href="https://fedi.ml/search?tag=deltatauri" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>deltatauri</span></a> on ArchLinux and I have issues running the resulting binary.<br>Upon launch it prints:<br> <pre><code>Failed to setup app: error encountered during setup hook: current logfile does not exist</code></pre><br>I am removing all the targets except of deb, then building like normal and moving files into place.<br> <pre><code>sed -i 's/"targets"\: "all"/"targets"\: ["deb"]/' packages/target-tauri/src-tauri/tauri.conf.json5
pnpm install
cd packages/target-tauri
pnpm tauri build</code></pre><br>Can you please think of where I am failing likelly? I can run binaries built elsewhere so I guess webkit-gtk and other dependencies are installed.