Skip to content

Commit

Permalink
chore: remove github user from funding for now
Browse files Browse the repository at this point in the history
  • Loading branch information
develar committed Jun 19, 2019
1 parent d18909b commit 93db696
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 10 deletions.
3 changes: 1 addition & 2 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
github: develar
issuehunt: electron-userland/electron-builder
custom: https://www.electron.build/donate
issuehunt: electron-userland/electron-builder

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@types/debug": "^4.1.4",
"@types/is-ci": "^2.0.0",
"@types/semver": "^6.0.0",
"app-builder-bin": "2.6.16",
"app-builder-bin": "2.6.17",
"archiver": "^3.0.0",
"async-exit-hook": "^2.0.1",
"bluebird-lst": "^1.0.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/app-builder-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"homepage": "https://github.com/electron-userland/electron-builder",
"dependencies": {
"7zip-bin": "~4.1.0",
"app-builder-bin": "2.6.16",
"app-builder-bin": "2.6.17",
"async-exit-hook": "^2.0.1",
"bluebird-lst": "^1.0.9",
"chromium-pickle-js": "^0.2.0",
Expand Down
1 change: 0 additions & 1 deletion packages/app-builder-lib/src/targets/snap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ export default class SnapTarget extends Target {

const appDescriptor: any = {
command: "command.sh",
// command: "$SNAP/" + (this.isUseTemplateApp ? "" : "app/") + this.packager.executableName
plugs: plugNames,
adapter: "none",
}
Expand Down
2 changes: 1 addition & 1 deletion packages/builder-util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"out"
],
"dependencies": {
"app-builder-bin": "2.6.16",
"app-builder-bin": "2.6.17",
"temp-file": "^3.3.3",
"fs-extra-p": "^8.0.2",
"is-ci": "^2.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1362,10 +1362,10 @@ anymatch@^2.0.0:
micromatch "^3.1.4"
normalize-path "^2.1.1"

[email protected].16:
version "2.6.16"
resolved "https://registry.yarnpkg.com/app-builder-bin/-/app-builder-bin-2.6.16.tgz#5b27f74e52112cfefb10a841d222812af9599ec8"
integrity sha512-TSq2/AwXbFI+jK4SPRRASZEpZ32HsrugxuCzHshnZ3Wj5LDVIAMU3EGXfaciXWx7TV047G69RlA4/Y8OiHBn3w==
[email protected].17:
version "2.6.17"
resolved "https://registry.yarnpkg.com/app-builder-bin/-/app-builder-bin-2.6.17.tgz#636b7645bedeba7ed12e930591de5444ed5b1360"
integrity sha512-/nzacJvyB484CR3cAB0LiZVPhl3PSzD6S5BsJXBlQuBmiilj/qW4kklv+GEJQ2C0qPAifzEiCbR8+L/+5Eby8A==

aproba@^1.0.3:
version "1.2.0"
Expand Down

0 comments on commit 93db696

Please sign in to comment.