Remove package-only-necessary.diff
This commit is contained in:
parent
543a8571f2
commit
e91671c974
1 changed files with 0 additions and 19 deletions
|
@ -1,19 +0,0 @@
|
|||
diff --git a/_scripts/build.js b/_scripts/build.js
|
||||
index 035f986c..70c456e4 100644
|
||||
--- a/_scripts/build.js
|
||||
+++ b/_scripts/build.js
|
||||
@@ -36,12 +36,13 @@ if (platform === 'darwin') {
|
||||
arch = Arch.armv7l
|
||||
}
|
||||
|
||||
- targets = Platform.LINUX.createTarget(['deb', 'zip', '7z', 'apk', 'rpm', 'AppImage', 'pacman'], arch)
|
||||
+ targets = Platform.LINUX.createTarget(['dir'], arch)
|
||||
}
|
||||
|
||||
const config = {
|
||||
appId: `io.freetubeapp.${name}`,
|
||||
copyright: 'Copyleft © 2020-2023 freetubeapp@protonmail.com',
|
||||
+ electronDist: '/usr/lib/electron24',
|
||||
// asar: false,
|
||||
// compression: 'store',
|
||||
productName,
|
Loading…
Add table
Reference in a new issue