OpenLens
OpenLens copied to clipboard
OpenLens Binary Build Repository
Fixes #1 Fixes #18 Credentials for code sign * CSC_LINK: (http url OR base64 encoded p12 file container developer id certificate) * CSC_KEY_PASSWORD: password for p12 file Credentials for notarization:...
I do have tried this under a hardend stable Gentoo Linux: ``` $ cat ~/.local/share/applications/openlens.desktop [Desktop Entry] Name=OpenLens Exec=/usr/local/bin/OpenLens-6.0.0.AppImage %U Terminal=false Type=Application Icon=lens StartupWMClass=Lens Comment=OpenLens MimeType=x-scheme-handler/lens; Categories=Development; ``` It worked...
As the package is unsigned, Windows Defender blocks package from installation.
when I open the openlens 6.0.0 in macOS 12.5 with M1 pro chip,shows error: `Error: ERR_FAILED (-2) loading 'http://localhost:64661'` what should I do to fix this problem?
I have an an automated provisioning tool for populating developer spaces (laptops, VMs, docker images) and it would be nice to provision OpenLens but the URL structure for the current...
The 6.0.0 release downloads successfully but fails to start (I tried both replacing and clean reinstall, as well as re-downloading. Same result): I'm not sure how to even start debugging...
The mac `.dmg` package can easily be installed by dropping the app into `/Applications`, but then most users won't be able to run it due to lack of trusted signature....
Please provide scoop.sh installer support like Lens https://github.com/ScoopInstaller/Extras/blob/47e79f9ea4/bucket/lens.json
Since app is not signed, Auto updater notifies and downloads the new release, but can not install when selected Yes from popup. User needs to manually install the update after...
It would be nice to be able to install openlens as a Cask using `brew install openlens` on macOS. So I made a formula at https://github.com/janhoy/homebrew-cask/blob/open-lens/Casks/openlens.rb which works locally. I...