Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upstream #1

Open
wants to merge 94 commits into
base: master
Choose a base branch
from
Open

upstream #1

wants to merge 94 commits into from

Conversation

Strangerxxx
Copy link
Collaborator

No description provided.

develar and others added 30 commits October 22, 2019 20:18
* Avoid using wine in WSL

* Fix errcheck and stylecheck errors
…(size of exe increased from 13 to 18 MB)

Close #33
…ientConfig, retry download with default RootCA. (#39)

On Windows x509.SystemCertPool() always returns nil which means that Windows users
with NODE_EXTRA_CA_CERTS defined will only get the NODE_EXTRA_CA_CERTS.
Therefore, if RootCAs was created, and the download fail, retry with RootCAs as nil to allow Go to figure out the proper CAs.

Signed-off-by: Samuel HULTGREN <samuel.hultgren@st.com>
Snapcraft has ignored the target-arch flag, which works in very
limited circumstances, with destructive mode.  Snapcraft considers
it unsupported and will not be fixed in its current form.

Recently snapcraft regarded improper usage of this as a hard error
instead of silently ignoring, which broke users of app-builder. We
reverted that to simply warn, but this fix is to remove its usage
from app-builder.

If the user is targeting an arch that is not the host arch,
error out with a nice message.

However, it does require that --arch with `snap` must use the
scheme provided by go. If there are a set of supported architecture
options somewhere, I can update to ensure that they map to GOARCH.

Closes: #40

Signed-off-by: Chris Patterson <chris.patterson@canonical.com>
* feat: proper error handling & fixing a minor bug when parsing hashbang

* chore: removing accidental debug statements
When a user has one or several `XDG_SPECIAL_DIRS` folders symlinked in
their real home folder to elsewhere in their real home folder
`desktop-common.sh` will attempt to mv those folders to themselves.
Because we are executing this script with `bash -e`, this prevents any
Snap with the `home` interface built with these scripts from launching
when the user has moved any of their Documents, Pictures, Music, etc.
and replaced with a symlink.

* guard `mv` calls with test for `is_subpath` to ensure that we're only
  moving symlinks we created.

See related PRs on Snapcraft-desktop-helpers and Snapcraft:

* ubuntu/snapcraft-desktop-helpers#220
* canonical/snapcraft#3435

Signed-off-by: Daniel Llewellyn <diddledan@ubuntu.com>
Configures the build so that it can produce executables for darwin arm64, AKA "M1" Macs.

Because Go can't yet build universal binaries alone, and the Apple supplied tool to build universal binaries is unavailable
on non-Darwin platforms, we simply build and distribute versions of the executable for both architectures, and select the
appropriate one at runtime in Javascript. For backwards compatibility, an `app-builder` symlink to the amd64 executable is
maintained.
mmaietta and others added 30 commits March 14, 2024 19:21
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
to resolve appimage issues in electron builder, and since we can't update electron-builder-binaries repo, we should just downgrade to the last working version of appimage (#126)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* fix: find the real parent node module
---------

Co-authored-by: payne.fu <payne.fu@ringcentral.com>
Co-authored-by: beyondkmp <beyondkmkp@gmail.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…#139)

* Conditionally adds `-snld` flag when detecting not `7za` binary to allow extracting relative links outside of host dir (to maintain backward compatibility with legacy 7za versus newer 7zz/7zzs/7zr.exe)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.