Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ec7adaafe3 | |||
| b1c702a033 |
@@ -14,10 +14,11 @@ jobs:
|
|||||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout (with submodules)
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
|
||||||
submodules: recursive
|
- name: Checkout assets
|
||||||
|
run: git -c submodule."assets".update=checkout submodule update --init assets
|
||||||
|
|
||||||
- name: Install pnpm
|
- name: Install pnpm
|
||||||
uses: pnpm/action-setup@v4
|
uses: pnpm/action-setup@v4
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user