Mark
Mark
_TLDR: a class for AppImage that extends MakerBase is missing. I hacked one in locally and it worked great! I have no idea where I should open a PR, either...
Thanks @MarshallOfSound, just updated the PR https://github.com/electron-userland/electron-builder/pull/4131 This is my first contribution to electron-userland, any suggestions for next steps?
Digging into this further, I have a few questions. Are makers based on `buildForge` from forge-maker.ts in app-builder-lib of electron-builder obsolete? Only 4 makers in the electron-builder repository are based...
Ok, I'm still using some of the bits in `app-builder-lib` but it's a pretty minimal set. I have a new package, `electron-forge-maker-appimage` which is working! It's very rough around the...
Internally, the Saleae software has some (previously not documented) requirements: The path needs to be absolute. The target directory needs to exist. I've just updated the documentation, which you can...
Pipe the output of the Logic binary to a file when you launch it, and then run the script. After the script completes, post a copy of the log file....
I've never tried this using open before. Here is how I normally capture the log on OSX: cd / ./Applications/Logic.app/Contents/MacOS/Logic > ~/log.txt
Thanks for the log. Unfortunately, it looks like there isn't any more information about the cause of the issue here. What would really help is a copy of the text...
@analog-io, which analog and digital channels were enabled when the capture was taken? I'll need that to reproduce your capture settings correctly, as that information is not in the software...
Sorry for the long delay on this! I did find a bug in the Logic software - the EXPORT_DATA function only checks for the "ROW_PER_CHANGE"/"ROW_PER_SAMPLE" parameter if "SEPARATE" is specified...