Skip to content

Commit

Permalink
now with icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiisu-Master authored Aug 27, 2024
1 parent a464e33 commit 4cd492e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/export-optimized.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ jobs:
sudo apt install -y scons python3
if [ "${{ matrix.platform }}" = "windows" ]; then
sudo apt install -y g++-mingw-w64-x86-64-posix
# sudo apt install -y --fix-missing wine64
# wget -q https://github.com/electron/rcedit/releases/download/v2.0.0/rcedit-x64.exe
# mkdir -v -p ~/.local/share/rcedit
# mv rcedit-x64.exe ~/.local/share/rcedit
# godot --headless --quit
# echo 'export/windows/wine = "/usr/bin/wine64"' >> ~/.config/godot/editor_settings-${GODOT_FEATURE_VERSION}.tres
# echo 'export/windows/rcedit = "/home/runner/.local/share/rcedit/rcedit-x64.exe"' >> ~/.config/godot/editor_settings-${GODOT_FEATURE_VERSION}.tres
sudo apt install -y --fix-missing wine64
wget -q https://github.com/electron/rcedit/releases/download/v2.0.0/rcedit-x64.exe
mkdir -v -p ~/.local/share/rcedit
mv rcedit-x64.exe ~/.local/share/rcedit
godot --headless --quit
echo 'export/windows/wine = "/usr/bin/wine64"' >> ~/.config/godot/editor_settings-${GODOT_FEATURE_VERSION}.tres
echo 'export/windows/rcedit = "/home/runner/.local/share/rcedit/rcedit-x64.exe"' >> ~/.config/godot/editor_settings-${GODOT_FEATURE_VERSION}.tres
fi
- name: Install dependencies (macOS)
if: matrix.platform == 'macos'
Expand Down

0 comments on commit 4cd492e

Please sign in to comment.