Skip to content

Commit

Permalink
update version and link
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechsTech committed Jul 24, 2023
1 parent ddbc0ae commit 64f1bbb
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions installer.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -61,31 +61,31 @@ const linuxPlatform = {
destination: join(cwd, 'linux'),
url: 'https://github.com/techno-express/p7zip/releases/download/17.02/',
filename: 'linux-p7zip.7z',
extraName: 'lzma1701.7z',
extraName: 'lzma1604.7z',
extractFolder: '',
appLocation: '',
binaryFiles: ['7z', '7z.so', '7za', '7zCon.sfx', '7zr', 'Codecs'],
binaryDestinationDir: join(__dirname, 'binaries', 'linux'),
sfxModules: null,
platform: 'linux',
binary: '7z',
extraSourceFile: join(cwd, 'linux', 'lzma1701.7z'),
extraSourceFile: join(cwd, 'linux', 'lzma1604.7z'),
};

const appleMacPlatform = {
source: join(cwd, 'macos-p7zip.7z'),
destination: join(cwd, 'darwin'),
url: 'https://github.com/techno-express/p7zip/releases/download/17.02/',
filename: 'macos-p7zip.7z',
extraName: 'lzma1701.7z',
extraName: 'lzma1604.7z',
extractFolder: '',
appLocation: '',
binaryFiles: ['7z', '7z.so', '7za', '7zCon.sfx', '7zr', 'Codecs'],
binaryDestinationDir: join(__dirname, 'binaries', 'darwin'),
sfxModules: null,
platform: 'darwin',
binary: '7z',
extraSourceFile: join(cwd, 'darwin', 'lzma1701.7z'),
extraSourceFile: join(cwd, 'darwin', 'lzma1604.7z'),
};

function retrieve(path = {
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-7z-archive",
"version": "1.1.5",
"version": "1.1.7",
"description": "ESM front-end to 7-Zip, featuring alternative full 7z CLI tools, binaries for Linux, Windows, Mac OSX, seamlessly create 7zip SFX self extracting archives targeting different platforms.",
"type": "module",
"main": "lib/index.js",
Expand Down Expand Up @@ -78,7 +78,7 @@
},
"dependencies": {
"fs-extra": "^10.1.0",
"minimist": "1.2.8",
"minimist": "^1.2.8",
"node-sys": "^1.2.2",
"node-unar": "^1.0.8",
"node-wget-fetch": "^1.1.3",
Expand Down

0 comments on commit 64f1bbb

Please sign in to comment.