Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 55ac9a4596 | |||
| ec7adaafe3 |
@@ -9,6 +9,10 @@ jobs:
|
||||
build-and-release:
|
||||
name: Build App
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
|
||||
@@ -51,6 +51,7 @@ const config: ForgeConfig = {
|
||||
copyright: "Copyright (C) 2025 Revolt Platforms LTD",
|
||||
}),
|
||||
new MakerZIP({}),
|
||||
...[
|
||||
new MakerFlatpak({
|
||||
options: {
|
||||
id: "chat.stoat.stoat-desktop",
|
||||
@@ -109,6 +110,7 @@ const config: ForgeConfig = {
|
||||
"files"
|
||||
> */
|
||||
}),
|
||||
].slice(0, 0), // disable Flatpak build
|
||||
new MakerDeb({
|
||||
options: {
|
||||
productName: STRINGS.name,
|
||||
|
||||
Reference in New Issue
Block a user