mirror of
https://github.com/aaif-goose/goose.git
synced 2026-07-03 14:10:03 +02:00
disable RPM build-ID generation to prevent package conflicts (#5563)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
This commit is contained in:
+11
-10
@@ -26,12 +26,12 @@ let cfg = {
|
||||
// Document types for drag-and-drop support onto dock icon
|
||||
CFBundleDocumentTypes: [
|
||||
{
|
||||
CFBundleTypeName: "Folders",
|
||||
CFBundleTypeRole: "Viewer",
|
||||
LSHandlerRank: "Alternate",
|
||||
LSItemContentTypes: ["public.directory", "public.folder"]
|
||||
}
|
||||
]
|
||||
CFBundleTypeName: 'Folders',
|
||||
CFBundleTypeRole: 'Viewer',
|
||||
LSHandlerRank: 'Alternate',
|
||||
LSItemContentTypes: ['public.directory', 'public.folder'],
|
||||
},
|
||||
],
|
||||
},
|
||||
};
|
||||
|
||||
@@ -73,8 +73,8 @@ module.exports = {
|
||||
desktopTemplate: './forge.deb.desktop',
|
||||
options: {
|
||||
icon: 'src/images/icon.png',
|
||||
prefix: '/opt'
|
||||
}
|
||||
prefix: '/opt',
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
@@ -88,8 +88,9 @@ module.exports = {
|
||||
desktopTemplate: './forge.rpm.desktop',
|
||||
options: {
|
||||
icon: 'src/images/icon.png',
|
||||
prefix: '/opt'
|
||||
}
|
||||
prefix: '/opt',
|
||||
fpm: ['--rpm-rpmbuild-define', '_build_id_links none'],
|
||||
},
|
||||
},
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user