remove flatpak for now

This commit is contained in:
Evan Simkowitz 2024-02-29 12:42:56 -08:00
parent 0e3692845a
commit 6715865861
No known key found for this signature in database

View File

@ -73,15 +73,15 @@ module.exports = {
},
},
},
{
name: "@electron-forge/maker-flatpak",
config: {
options: {
bin: pkg.productName,
mimeType: ["text/plain"],
},
},
},
// {
// name: "@electron-forge/maker-flatpak",
// config: {
// options: {
// bin: pkg.productName,
// mimeType: ["text/plain"],
// },
// },
// },
// {
// name: "@electron-forge/maker-snap",
// config: {