Skip to content
This repository was archived by the owner on May 25, 2025. It is now read-only.

Commit d4a510f

Browse files
committed
修正
1 parent f497cb5 commit d4a510f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,9 +270,8 @@ jobs:
270270
271271
- name: Replace RC Icon
272272
run: |
273-
sudo dpkg --add-architecture i386
274273
sudo apt update
275-
sudo apt install -y wine winetricks wine32:i386
274+
sudo apt install -y wine winetricks
276275
curl -Lo ./rcedit-x64.exe https://github.com/electron/rcedit/releases/latest/download/rcedit-x64.exe
277276
wine ./rcedit-x64.exe ./obj-artifact-build-output/dist/bin/floorp.exe --set-icon ./browser/branding/floorp-daylight/firefox.ico
278277

0 commit comments

Comments
 (0)