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

Commit 4eaf260

Browse files
committed
fix bug
1 parent 6175b2c commit 4eaf260

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,8 @@ jobs:
274274
sudo apt update
275275
sudo apt install -y wine winetricks wine32:i386
276276
curl -O https://github.com/electron/rcedit/releases/latest/download/rcedit-x64.exe
277-
wine rcedit-x64.exe ./obj-artifact-build-output/dist/bin/floorp.exe --set-icon ./browser/branding/floorp-daylight/firefox.ico
277+
ls
278+
wine ./rcedit-x64.exe ./obj-artifact-build-output/dist/bin/floorp.exe --set-icon ./browser/branding/floorp-daylight/firefox.ico
278279
279280
- name: Sign Windows Binary - Publish Unsigned Core
280281
id: publish-unsigned-core

0 commit comments

Comments
 (0)