Skip to content

Commit 589934d

Browse files
committed
Update installer.mjs
1 parent f3c4e25 commit 589934d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

installer.mjs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@ const windowsOtherPlatform = {
5656
};
5757

5858
const linuxPlatform = {
59-
source: join(cwd, 'linux-cmake-p7zip.7z'),
59+
source: join(cwd, 'linux-p7zip.7z'),
6060
destination: join(cwd, 'linux'),
6161
url: 'https://github.com/techno-express/p7zip/releases/download/17.02/',
62-
filename: 'linux-cmake-p7zip.7z',
62+
filename: 'linux-p7zip.7z',
6363
extraName: 'lzma1701.7z',
6464
extractFolder: '',
6565
appLocation: '',
66-
binaryFiles: ['7z_', '7z.so', '7za', '7zCon.sfx', '7zr', 'Codecs'],
66+
binaryFiles: ['7z', '7z.so', '7za', '7zCon.sfx', '7zr', 'Codecs'],
6767
binaryDestinationDir: join(__dirname, 'binaries', 'linux'),
6868
sfxModules: null,
6969
platform: 'linux',
@@ -72,14 +72,14 @@ const linuxPlatform = {
7272
};
7373

7474
const appleMacPlatform = {
75-
source: join(cwd, 'macos-cmake-p7zip.7z'),
75+
source: join(cwd, 'macos-p7zip.7z'),
7676
destination: join(cwd, 'darwin'),
7777
url: 'https://github.com/techno-express/p7zip/releases/download/17.02/',
78-
filename: 'macos-cmake-p7zip.7z',
78+
filename: 'macos-p7zip.7z',
7979
extraName: 'lzma1701.7z',
8080
extractFolder: '',
8181
appLocation: '',
82-
binaryFiles: ['7z_', '7z.so', '7za', '7zCon.sfx', '7zr', 'Codecs'],
82+
binaryFiles: ['7z', '7z.so', '7za', '7zCon.sfx', '7zr', 'Codecs'],
8383
binaryDestinationDir: join(__dirname, 'binaries', 'darwin'),
8484
sfxModules: null,
8585
platform: 'darwin',

0 commit comments

Comments
 (0)