Laurent Guigo

Results 4 comments of Laurent Guigo

the /release directory doesn't contain .env file while /repo dir has this .env file

another reason for me "Permission denied: "/usr/bin/sentinelctl" : (simple quick start project without updates) ``` + OUTPUT=activites_0.0.1_amd64.AppImage + /home/xxx/.cache/tauri/linuxdeploy-x86_64.AppImage --appimage-extract-and-run --appdir activites.AppDir --plugin gtk --output appimage linuxdeploy version 1-alpha (git...

to avoid this kind of problem I now use Tauri Github actions https://tauri.app/v1/guides/building/cross-platform/#example-workflow

I have same error : invalid optionash: - my bash : `RUN chmod u+x /tmp/do_we_need_xdebug.sh && /tmp/do_we_need_xdebug.sh` ``` # do_we_need_xdebug.sh #!/bin/bash -x if [ "$ENV" == "dev" ] || [...