Skip to content

Commit

Permalink
Update yaml files
Browse files Browse the repository at this point in the history
  • Loading branch information
etcetra7n committed Jun 19, 2024
1 parent fb2edc7 commit a701fe2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-installers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
run: |
choco install upx
pip install pyinstaller
pip install pygame
echo "Installing EnVar plugin for NSIS..."
echo "Downloading 'EnVar_plugin.zip' from 'https://nsis.sourceforge.io/mediawiki/images/7/7f/EnVar_plugin.zip'..."
Invoke-WebRequest -Uri https://nsis.sourceforge.io/mediawiki/images/7/7f/EnVar_plugin.zip -OutFile EnVar_plugin.zip
Expand Down
1 change: 0 additions & 1 deletion src/gest.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
from pygame.mixer import music, init
from win32api import GetAsyncKeyState
import win32con
import pynput

def init_in_game_vars(gest_file):
in_game_vars['gest_file'] = abspath(gest_file)
Expand Down

0 comments on commit a701fe2

Please sign in to comment.