Skip to content

Commit

Permalink
remove unneeded md5 lib (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmctune authored Apr 9, 2024
1 parent 330a843 commit 818915a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
overwrite: true

build:
needs: compile_launcher
runs-on: ubuntu-latest
if: github.event.issue.pull_request && contains(github.event.comment.body, '/build')
steps:
Expand Down
1 change: 0 additions & 1 deletion app/launcher/dqxclarity.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#SingleInstance force
#Include <json>
#Include <image>
#Include <md5>

/* read ini */
ini := {}
Expand Down
10 changes: 0 additions & 10 deletions app/launcher/lib/md5.ahk

This file was deleted.

0 comments on commit 818915a

Please sign in to comment.