Systemcluster / wrappe

Packer for creating self-contained single-binary applications from executables and directories. Distribute your application without the need for an installer, with smaller file size and faster startup than many alternatives 📦

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tried an example but didn't work

PietJankbal opened this issue · comments

Bug description

Hi, I tried to wrap one of the vulkan samples but it fails with "./../data not found"

Command used:
wrappe.exe "c:\vulkan_examples_windows_x64" c:\vulkan_examples_windows_x64\bin\bloom.exe" compressed.exe

Reproduction steps
wrappe.exe "c:\vulkan_examples_windows_x64" c:\vulkan_examples_windows_x64\bin\bloom.exe" compressed.exe

I think it happens because the working directory is not set to vulkan_examples_windows_x64\bin but I'm not sure about it.

(It does work if I'm in directory vulkan_examples_windows_x64\bin, but not when I;m outside of it, then compressed.exe fails)

For convenience I;ve put up the files I used in
https://github.com/PietJankbal/Chocolatey-for-wine/raw/main/EXTRAS/vulkan_examples_windows_x64.7z