Skip to content

Commit

Permalink
chore: icon already embedded in exe
Browse files Browse the repository at this point in the history
  • Loading branch information
amorphobia committed Sep 2, 2024
1 parent e0fe3a0 commit 1a75b1e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ jobs:
run: |
cp AutoHotkey/${{ matrix.ahk }} Rabbit.exe
cp Rime/${{ matrix.rime }} rime.dll
cp Icon/Rabbit.ico Rabbit.ico
- name: Upload Rabbit ${{ matrix.target }}
uses: actions/upload-artifact@v4
Expand All @@ -174,7 +173,6 @@ jobs:
Lib/*.ahk
rime.dll
Rabbit.exe
Rabbit.ico
*.ahk
LICENSE
README.md
Expand All @@ -193,7 +191,6 @@ jobs:
Lib/*.ahk
rime.dll
Rabbit.exe
Rabbit.ico
*.ahk
LICENSE
README.md
Expand Down
2 changes: 1 addition & 1 deletion Lib/RabbitTrayMenu.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
TraySetIcon("Rabbit.ico")

A_IconTip := "玉兔毫"

global TRAY_SCHEMA_NAME := ""
Expand Down

0 comments on commit 1a75b1e

Please sign in to comment.