Skip to content

Commit

Permalink
Patch properly desktop trampoline
Browse files Browse the repository at this point in the history
  • Loading branch information
bigorn0 committed Oct 16, 2024
1 parent b88956a commit dc89922
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"to_build": false
},
"desktop-trampoline": {
"version": "33.0.1-0.9.10",
"version": "33.0.2-0.9.10",
"napi": false,
"prebuild_install": true,
"prebuilds_as_npm_packages": false,
Expand Down
4 changes: 2 additions & 2 deletions patches/desktop-trampoline+0.9.10.patch
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ index e084154..c11096f 100644
intercede in order to provide Git with any additional info it needs (like
credentials through `GIT_ASKPASS` or `SSH_ASKPASS`).
diff --git a/node_modules/desktop-trampoline/index.js b/node_modules/desktop-trampoline/index.js
index be164b0..fd9c4e3 100644
index be164b0..3f1a0b7 100644
--- a/node_modules/desktop-trampoline/index.js
+++ b/node_modules/desktop-trampoline/index.js
@@ -1,41 +1,39 @@
Expand All @@ -35,7 +35,7 @@ index be164b0..fd9c4e3 100644
- __dirname,
- 'build',
- 'Release',
+ return Ppath.join(prebuildTargetPath(),
+ return path.join(prebuildTargetPath(),
getDesktopAskpassTrampolineFilename()
- )
+ );
Expand Down

0 comments on commit dc89922

Please sign in to comment.