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

[pull] master from develar:master #5

Open
wants to merge 35 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
33cb6f9
chore(deploy): Release v5.0.0-alpha.0 (alpha) (#108)
github-actions[bot] Mar 14, 2024
b431059
add git-checks: false to publishConfig
mmaietta Mar 14, 2024
e53b84c
feat: add `CUSTOM_APP_BUILDER_PATH` for testing purposes as an altern…
mmaietta Mar 15, 2024
27a1f02
fix(snap): Parse user command line options as last values (#95)
3v1n0 Mar 15, 2024
64bb497
readding changeset
mmaietta Mar 15, 2024
82b7fe5
chore: migrating to macos runner for builds (#111)
mmaietta Mar 15, 2024
dbd6047
chore(deploy): Release v5.0.0-alpha.1 (alpha) (#110)
github-actions[bot] Mar 15, 2024
dc5dc6d
chore: delete stale bot workflow
mmaietta Mar 15, 2024
43f7a34
fix: revert appimage 13.0.1 to 13.0.0 due to miscompiled arch artifac…
mmaietta Mar 18, 2024
ccb1896
chore(deploy): Release v5.0.0-alpha.2 (alpha) (#114)
github-actions[bot] Mar 18, 2024
be4e7ec
feat: add flatten option to `node-dep-tree` for rendering dependency …
beyondkmp Apr 29, 2024
d0aa23a
chore(deploy): Release [email protected] (alpha) (#117)
github-actions[bot] May 1, 2024
6a940e4
fix: alias name issue (such as for handling @electron/remote) (#119)
beyondkmp Jun 13, 2024
189519a
fix: change node module symlink to real path (#120)
beyondkmp Jun 16, 2024
ea95e30
chore(deploy): Release v5.0.0-alpha.4 (alpha) (#121)
github-actions[bot] Jun 25, 2024
94485c6
fix: hoist dependencies to the real parent (#118)
fabienr Jul 4, 2024
20feb29
fix: use correct compression args as mksquashfs (#123)
mmaietta Jul 18, 2024
7adca19
chore(deploy): Release v5.0.0-alpha.5 (alpha) (#122)
github-actions[bot] Jul 18, 2024
52ad062
fix(appimage): remove default and fix compression enums (#124)
mmaietta Jul 18, 2024
f721c14
chore(deploy): Release v5.0.0-alpha.6 (alpha) (#125)
github-actions[bot] Jul 18, 2024
f910175
fix: downgrade appimage 13.0.0->12.0.1
mmaietta Jul 30, 2024
82eeb34
chore(deploy): Release v5.0.0-alpha.7 (alpha) (#127)
github-actions[bot] Jul 30, 2024
1092684
fix: find the real parent node module (#132)
beyondkmp Sep 11, 2024
df4f272
feat: Support rpm package creation for OpenSUSE (#130)
tisoft Sep 11, 2024
ec28d83
chore(deploy): Release v5.0.0-alpha.8 (alpha) (#133)
github-actions[bot] Sep 12, 2024
82d3a96
fix: fix tar node module resolution and sort dependency tree (#134)
beyondkmp Sep 15, 2024
bbad893
feat: resolve all the pnpm issues without hoisted config (#136)
beyondkmp Sep 15, 2024
4bbc955
chore(deploy): Release v5.0.0-alpha.9 (alpha) (#135)
github-actions[bot] Sep 15, 2024
28db936
fix: pnpm install error (#138)
beyondkmp Sep 24, 2024
128737e
chore: Update extract logic for using newer 7zz/7zzs/7zr.exe binaries…
mmaietta Sep 24, 2024
dbedea0
chore(deploy): Release v5.0.0-alpha.10 (alpha) (#140)
github-actions[bot] Sep 24, 2024
0d13c80
fix: cannot find module (archiver-utils) due to `strings.HasPrefix` (…
beyondkmp Oct 15, 2024
d971224
chore(deploy): Release v5.0.0-alpha.11 (alpha) (#144)
github-actions[bot] Oct 15, 2024
a82e82c
feat: add s3ForcePathStyle option for s3 publisher (#146)
0xlau Nov 17, 2024
580c34f
chore(deploy): Release v5.0.0-alpha.12 (alpha) (#147)
github-actions[bot] Dec 12, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/early-dots-repair.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"app-builder-bin": patch
---

fix: 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
5 changes: 5 additions & 0 deletions .changeset/eleven-dryers-clean.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"app-builder-bin": patch
---

fix(snap): Parse user command line options as last values
5 changes: 5 additions & 0 deletions .changeset/five-badgers-greet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"app-builder-bin": patch
---

fix: pnpm install error for node module collector (https://github.com/electron-userland/electron-builder/issues/8519)
5 changes: 5 additions & 0 deletions .changeset/gold-hats-kneel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"app-builder-bin": patch
---

fix: fix for handling native dependencies, such as `tar` node module
5 changes: 5 additions & 0 deletions .changeset/gorgeous-rabbits-sell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"app-builder-bin": minor
---

feat: allow providing env var for custom app-builder binary as opposed to accessing directly from the PATH env var
5 changes: 5 additions & 0 deletions .changeset/green-owls-train.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"app-builder-bin": patch
---

fix: alias name issue in node modules resolution dependency tree
5 changes: 5 additions & 0 deletions .changeset/healthy-flies-rescue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"app-builder-bin": minor
---

feat: add s3ForcePathStyle option for s3 publisher
5 changes: 5 additions & 0 deletions .changeset/lovely-bugs-prove.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"app-builder-bin": patch
---

change node module symlink to real path
5 changes: 5 additions & 0 deletions .changeset/mean-dodos-smoke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"app-builder-bin": patch
---

fix: find the real parent node module
5 changes: 5 additions & 0 deletions .changeset/old-monkeys-drum.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"app-builder-bin": minor
---

Added support for OpenSUSE to rpm
24 changes: 23 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,27 @@
"initialVersions": {
"app-builder-bin": "4.2.0"
},
"changesets": []
"changesets": [
"early-dots-repair",
"eleven-dryers-clean",
"five-badgers-greet",
"gold-hats-kneel",
"gorgeous-rabbits-sell",
"green-owls-train",
"healthy-flies-rescue",
"lovely-bugs-prove",
"mean-dodos-smoke",
"old-monkeys-drum",
"orange-seahorses-listen",
"real-clocks-cheer",
"rotten-fireants-flow",
"serious-lizards-invite",
"spicy-wasps-agree",
"strange-parrots-smoke",
"strange-pianos-move",
"tasty-houses-drum",
"tasty-humans-clean",
"twelve-islands-carry",
"unlucky-brooms-melt"
]
}
5 changes: 5 additions & 0 deletions .changeset/real-clocks-cheer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"app-builder-bin": patch
---

fix: revert appimage 13.0.1 to 13.0.0 due to mksquash arch compilation issues
5 changes: 5 additions & 0 deletions .changeset/serious-lizards-invite.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"app-builder-bin": patch
---

fix current mksquashfs version only allows xz and gzip compressions
5 changes: 5 additions & 0 deletions .changeset/spicy-wasps-agree.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"app-builder-bin": patch
---

feat: resolve all the pnpm issues without hostied config
5 changes: 5 additions & 0 deletions .changeset/strange-parrots-smoke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"app-builder-bin": patch
---

fix: set correct compression enums and remove default
5 changes: 5 additions & 0 deletions .changeset/strange-pianos-move.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"app-builder-bin": patch
---

chore: Update extract logic for using newer 7zz/7zzs/7zr.exe binaries
5 changes: 5 additions & 0 deletions .changeset/tasty-houses-drum.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"app-builder-bin": patch
---

fix: hoist dependencies to the real parent in nodeModuleCollector
5 changes: 5 additions & 0 deletions .changeset/twelve-islands-carry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"app-builder-bin": minor
---

feat: add flatten option to `node-dep-tree` for rendering dependency conflicts in a different manner
5 changes: 5 additions & 0 deletions .changeset/unlucky-brooms-melt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"app-builder-bin": patch
---

fix: cannot find module(archiver-utils)
2 changes: 1 addition & 1 deletion .github/workflows/pr-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
pull-requests: write # to create pull request (changesets/action)

timeout-minutes: 15
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- name: Checkout code repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
Expand Down
19 changes: 0 additions & 19 deletions .github/workflows/stale.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ permissions:
jobs:

build:
runs-on: ubuntu-latest # should switch to mac to run dmg test, but it's unstable atm
runs-on: macos-latest
steps:
- uses: actions/checkout@v3

Expand Down
103 changes: 103 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,103 @@
# app-builder-bin

## 5.0.0-alpha.12

### Minor Changes

- [#146](https://github.com/develar/app-builder/pull/146) [`a82e82c`](https://github.com/develar/app-builder/commit/a82e82cc91ffb99d8e4c6f6b9c580b5706fcad6b) Thanks [@0xlau](https://github.com/0xlau)! - feat: add s3ForcePathStyle option for s3 publisher

## 5.0.0-alpha.11

### Patch Changes

- [#143](https://github.com/develar/app-builder/pull/143) [`0d13c80`](https://github.com/develar/app-builder/commit/0d13c801c7657ba04a25f68c379d469b62e18725) Thanks [@beyondkmp](https://github.com/beyondkmp)! - fix: cannot find module(archiver-utils)

## 5.0.0-alpha.10

### Patch Changes

- [#138](https://github.com/develar/app-builder/pull/138) [`28db936`](https://github.com/develar/app-builder/commit/28db9367b398df6bbc579e7a6429666eae08ccd3) Thanks [@beyondkmp](https://github.com/beyondkmp)! - fix: pnpm install error for node module collector (https://github.com/electron-userland/electron-builder/issues/8519)

- [#139](https://github.com/develar/app-builder/pull/139) [`128737e`](https://github.com/develar/app-builder/commit/128737e831cab4aedb48afe5e659997a16c5437a) Thanks [@mmaietta](https://github.com/mmaietta)! - chore: Update extract logic for using newer 7zz/7zzs/7zr.exe binaries

## 5.0.0-alpha.9

### Patch Changes

- [#134](https://github.com/develar/app-builder/pull/134) [`82d3a96`](https://github.com/develar/app-builder/commit/82d3a963bed48f8eb623db0d805a72f0cd72396d) Thanks [@beyondkmp](https://github.com/beyondkmp)! - fix: fix for handling native dependencies, such as `tar` node module

- [#136](https://github.com/develar/app-builder/pull/136) [`bbad893`](https://github.com/develar/app-builder/commit/bbad893da75c4fc7e019fa629748aabcde73c4e9) Thanks [@beyondkmp](https://github.com/beyondkmp)! - feat: resolve all the pnpm issues without hostied config

## 5.0.0-alpha.8

### Minor Changes

- [#130](https://github.com/develar/app-builder/pull/130) [`df4f272`](https://github.com/develar/app-builder/commit/df4f27286a92b6fa17dd333abbdca9d53c8fc1cb) Thanks [@tisoft](https://github.com/tisoft)! - Added support for OpenSUSE to rpm

### Patch Changes

- [#132](https://github.com/develar/app-builder/pull/132) [`1092684`](https://github.com/develar/app-builder/commit/1092684f6771af6abe3ef5614f6136000858003d) Thanks [@beyondkmp](https://github.com/beyondkmp)! - fix: find the real parent node module

## 5.0.0-alpha.7

### Patch Changes

- [#126](https://github.com/develar/app-builder/pull/126) [`f910175`](https://github.com/develar/app-builder/commit/f9101753dd2b93b857864d4051baeb6d8856dd64) Thanks [@mmaietta](https://github.com/mmaietta)! - fix: 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

## 5.0.0-alpha.6

### Patch Changes

- [#124](https://github.com/develar/app-builder/pull/124) [`52ad062`](https://github.com/develar/app-builder/commit/52ad0626206c3ff7b7170afabe2136ef97107042) Thanks [@mmaietta](https://github.com/mmaietta)! - fix: set correct compression enums and remove default

## 5.0.0-alpha.5

### Patch Changes

- [#123](https://github.com/develar/app-builder/pull/123) [`20feb29`](https://github.com/develar/app-builder/commit/20feb293f5fa2dc46c4e52212ec9e17e6db669a0) Thanks [@mmaietta](https://github.com/mmaietta)! - fix current mksquashfs version only allows xz and gzip compressions

- [#118](https://github.com/develar/app-builder/pull/118) [`94485c6`](https://github.com/develar/app-builder/commit/94485c6d500fda34b92a6b4e0ef8314d2cc1a88d) Thanks [@fabienr](https://github.com/fabienr)! - fix: hoist dependencies to the real parent in nodeModuleCollector

## 5.0.0-alpha.4

### Patch Changes

- [#119](https://github.com/develar/app-builder/pull/119) [`6a940e4`](https://github.com/develar/app-builder/commit/6a940e46da11d733f8b7c6f31b183c0e402882aa) Thanks [@beyondkmp](https://github.com/beyondkmp)! - fix: alias name issue in node modules resolution dependency tree

- [#120](https://github.com/develar/app-builder/pull/120) [`189519a`](https://github.com/develar/app-builder/commit/189519a8292f939d9e5d3b47c6407444fee70334) Thanks [@beyondkmp](https://github.com/beyondkmp)! - change node module symlink to real path

## 5.0.0-alpha.3

### Minor Changes

- [#116](https://github.com/develar/app-builder/pull/116) [`be4e7ec`](https://github.com/develar/app-builder/commit/be4e7ec9c438e7f803c120a66148950ba294dae5) Thanks [@beyondkmp](https://github.com/beyondkmp)! - feat: add flatten option to `node-dep-tree` for rendering dependency conflicts in a different manner

## 5.0.0-alpha.2

### Patch Changes

- [#113](https://github.com/develar/app-builder/pull/113) [`43f7a34`](https://github.com/develar/app-builder/commit/43f7a3473cfbbefc5eba03f7fb04f88f54a1adf2) Thanks [@mmaietta](https://github.com/mmaietta)! - fix: revert appimage 13.0.1 to 13.0.0 due to mksquash arch compilation issues

## 5.0.0-alpha.1

### Minor Changes

- [#109](https://github.com/develar/app-builder/pull/109) [`e53b84c`](https://github.com/develar/app-builder/commit/e53b84c9a36105f281825a6e6d168481ddf543a9) Thanks [@mmaietta](https://github.com/mmaietta)! - feat: allow providing env var for custom app-builder binary as opposed to accessing directly from the PATH env var

### Patch Changes

- [`64bb497`](https://github.com/develar/app-builder/commit/64bb4971150edc37dbfb3819f115e4d767cf89c6) Thanks [@mmaietta](https://github.com/mmaietta)! - fix(snap): Parse user command line options as last values

## 5.0.0-alpha.0

### Major Changes

- [#107](https://github.com/develar/app-builder/pull/107) [`f4642dd`](https://github.com/develar/app-builder/commit/f4642ddcd85b482d1a7ed49f14d27c509eb5aa6b) Thanks [@mmaietta](https://github.com/mmaietta)! - chore: changing repo structure for release automation

### Minor Changes

- [#98](https://github.com/develar/app-builder/pull/98) [`3ed22df`](https://github.com/develar/app-builder/commit/3ed22df75fcff132a5b794ce1a421bec263bc118) Thanks [@yzewei](https://github.com/yzewei)! - feat: Add loongarch64 support

### Patch Changes

- [#106](https://github.com/develar/app-builder/pull/106) [`9704964`](https://github.com/develar/app-builder/commit/970496449b0b02780d654d61af1e3277515a2545) Thanks [@theogravity](https://github.com/theogravity)! - fix: Use npm config.mirror first before env variables for download URL
7 changes: 4 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,16 @@ lint:
test:
cd pkg/node-modules/pnpm-demo/ && pnpm install
cd pkg/node-modules/npm-demo/ && npm install
cd pkg/node-modules/tar-demo/ && npm install
cd pkg/node-modules/yarn-demo/ && yarn
cd pkg/node-modules/parse-demo/ && yarn
cd pkg/node-modules/es5-demo/ && pnpm install
go test -v ./pkg/...

assets:
~/go/bin/go-bindata -o ./pkg/package-format/bindata.go -pkg package_format -prefix ./pkg/package-format ./pkg/package-format/appimage/templates
~/go/bin/go-bindata -o ./pkg/package-format/snap/snapScripts.go -pkg snap -prefix ./pkg/package-format/snap ./pkg/package-format/snap/desktop-scripts

publish:
pnpm publish

update-deps:
go get -u -d
go mod tidy
7 changes: 5 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ function getPath() {
return "app-builder"
}

const platform = process.platform;
const arch = process.arch
if (!!process.env.CUSTOM_APP_BUILDER_PATH) {
return path.resolve(process.env.CUSTOM_APP_BUILDER_PATH)
}

const { platform, arch } = process;
if (platform === "darwin") {
return path.join(__dirname, "mac", `app-builder_${arch === "x64" ? "amd64" : arch}`)
}
Expand Down
21 changes: 18 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "app-builder-bin",
"description": "app-builder precompiled binaries",
"version": "4.2.0",
"version": "5.0.0-alpha.12",
"files": [
"index.js",
"mac",
Expand All @@ -25,9 +25,24 @@
"changeset": "changeset",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",
"ci:version": "pnpm changelog && changeset version && make assets && git add .",
"ci:publish": "make build-all && pnpm publish && changeset tag"
"ci:publish": "make build-all && pnpm publish --no-git-checks --tag next && changeset tag"
},
"publishConfig": {
"tag": "next"
"tag": "next",
"git-checks": false,
"executableFiles": [
"linux/arm/app-builder",
"linux/arm64/app-builder",
"linux/ia32/app-builder",
"linux/loong64/app-builder",
"linux/riscv64/app-builder",
"linux/x64/app-builder",
"mac/app-builder",
"mac/app-builder_amd64",
"mac/app-builder_arm64",
"win/arm64/app-builder.exe",
"win/ia32/app-builder.exe",
"win/x64/app-builder.exe"
]
}
}
12 changes: 10 additions & 2 deletions pkg/download/artifactDownloader.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"github.com/develar/app-builder/pkg/log"
"github.com/develar/app-builder/pkg/util"
"github.com/develar/errors"
"github.com/develar/go-fs-util"
fsutil "github.com/develar/go-fs-util"
"github.com/mitchellh/go-homedir"
"go.uber.org/zap"
)
Expand Down Expand Up @@ -115,7 +115,15 @@ func DownloadArtifact(dirName string, url string, checksum string) (string, erro
return "", err
}
} else {
command := exec.Command(util.Get7zPath(), "x", "-bd", archiveName, "-o"+tempUnpackDir)
path7zX := util.Get7zPath()
var args []string
args = append(args, "x")
if !strings.HasSuffix(path7zX, "7za") {
// -snld flag for https://sourceforge.net/p/sevenzip/bugs/2356/ to maintain backward compatibility between versions of 7za (old) and 7zz/7zzs/7zr.exe (new)
args = append(args, "-snld")
}
args = append(args, "-bd", archiveName, "-o"+tempUnpackDir)
command := exec.Command(path7zX, args...)
command.Dir = cacheDir
_, err := util.Execute(command)
if err != nil {
Expand Down
6 changes: 3 additions & 3 deletions pkg/linuxTools/tool.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ import (

"github.com/develar/app-builder/pkg/download"
"github.com/develar/app-builder/pkg/util"
"github.com/develar/go-fs-util"
fsutil "github.com/develar/go-fs-util"
)

func GetAppImageToolDir() (string, error) {
dirName := "appimage-13.0.1"
dirName := "appimage-12.0.1"
//noinspection SpellCheckingInspection
result, err := download.DownloadArtifact("",
download.GetGithubBaseUrl()+dirName+"/"+dirName+".7z",
"ZG8U7K9Bk71cvP1VDlP+L7hO+HhRTJW6RO0kLgh5hbbJJHhPfoA/kw1hsFeq1pAyez6MxvoDyL/5/O45hX9Jaw==")
"3el6RUh6XoYJCI/ZOApyb0LLU/gSxDntVZ46R6+JNEANzfSo7/TfrzCRp5KlDo35c24r3ZOP7nnw4RqHwkMRLw==")
if err != nil {
return "", err
}
Expand Down
Loading
Loading