Alex Casanova
Alex Casanova
Is there a way to do the same that was done for electron [here](https://github.com/electron/electron/pull/6333/files)?
I'm working with the [minio/selfupdate](https://github.com/minio/selfupdate) package to self update. It works, sort of. After the update the app opens however, any tags used (Build version for example) are not kept...
Workaround. - Create a bash script in www with the following content ``` #!/bin/sh osascript -e 'tell application (path to frontmost application as text) set myFile to choose file POSIX...
I'm getting the following error ``` [Wed Jul 25 16:05:17 2018] [hphp] [1:7fa402c81980:0:000001] [] Uncaught exception: Could not open extension /etc/hhvm/phpgo.so: /etc/hhvm/phpgo.so: undefined symbol: zend_new_interned_string\n ``` Tried with and without...
@SergeyCherepanov How do you make out? Did you ever come up with a solution? @php-cpm are you suggesting that building with php 5.6 will also work for a php7 codebase?
I was able to get this to work by changing LayerID to id and using FindByID. Curious if I should stay away from xpath queries like this?
I'm getting the same issue however i'm on m1 mac. Wails dev seems like its working but I can't see the app ui. Wails Build open the program successfully.