rpm install in /opt/Goose to avoid conflicts with chrome-sandbox (#5421)

This commit is contained in:
Zane
2025-10-29 17:31:53 -07:00
committed by GitHub
parent b4f2382dee
commit c875f13757
+4 -2
View File
@@ -72,7 +72,8 @@ module.exports = {
categories: ['Development'],
desktopTemplate: './forge.deb.desktop',
options: {
icon: 'src/images/icon.png'
icon: 'src/images/icon.png',
prefix: '/opt'
}
},
},
@@ -86,7 +87,8 @@ module.exports = {
categories: ['Development'],
desktopTemplate: './forge.rpm.desktop',
options: {
icon: 'src/images/icon.png'
icon: 'src/images/icon.png',
prefix: '/opt'
}
},
},