chore: disable flatpak build because this was for testing anyways
This commit is contained in:
parent
b1c702a033
commit
ec7adaafe3
1 changed files with 57 additions and 55 deletions
|
|
@ -51,6 +51,7 @@ const config: ForgeConfig = {
|
||||||
copyright: "Copyright (C) 2025 Revolt Platforms LTD",
|
copyright: "Copyright (C) 2025 Revolt Platforms LTD",
|
||||||
}),
|
}),
|
||||||
new MakerZIP({}),
|
new MakerZIP({}),
|
||||||
|
...[
|
||||||
new MakerFlatpak({
|
new MakerFlatpak({
|
||||||
options: {
|
options: {
|
||||||
id: "chat.stoat.stoat-desktop",
|
id: "chat.stoat.stoat-desktop",
|
||||||
|
|
@ -109,6 +110,7 @@ const config: ForgeConfig = {
|
||||||
"files"
|
"files"
|
||||||
> */
|
> */
|
||||||
}),
|
}),
|
||||||
|
].slice(0, 0), // disable Flatpak build
|
||||||
new MakerDeb({
|
new MakerDeb({
|
||||||
options: {
|
options: {
|
||||||
productName: STRINGS.name,
|
productName: STRINGS.name,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue