Dmitry Burnyshev

Results 5 comments of Dmitry Burnyshev

You can set up the asset name of the build with placeholders, like this: ``` "build": { "artifactName": "${productName}-${version}-${os}-${arch}.${ext}" } ``` and set the whenever you like name in the...

Try to set the My-Software as the build.productName and put the placeholder in the artifact as ${productName}. In my build it works fine. All Cap letters are still Capitalized in...

` "electron-builder": "^24.12.0"` this is my Actions output: https://github.com/kashamalasha/nightscout-widget-electron/actions/runs/7697577426/job/20974885587 ``` • notarizing finished successfully for the Owlet.app • building target=macOS zip arch=arm64 file=dist/Owlet-0.8.2-beta-mac-arm64.zip • building target=DMG arch=arm64 file=dist/Owlet-0.8.2-beta-mac-arm64.dmg • building...

On Windows behavior is the same. You can not handle mouse events without explicitly setting -webkit-app-region: drag in CSS on the element.