Skip to content

Commit

Permalink
No more lfs
Browse files Browse the repository at this point in the history
  • Loading branch information
Wraient committed Jan 22, 2025
1 parent 21362d4 commit d30e71a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Build/mpv.exe

This file was deleted.

5 changes: 5 additions & 0 deletions Build/release
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ installer_script="Build/curd-windows-build.iss"

# Ensure required directories exist
mkdir -p "$windows_folder" "$linux_folder"
mkdir -p "$windows_folder/bin"

# Uncompress mpv.exe.gz
echo "Uncompressing mpv.exe..."
gunzip -c Build/mpv.exe.gz > "Build/mpv.exe"

# Update version in the installer script
sed -i "s/^AppVersion=.*/AppVersion=$version/" "$installer_script"
Expand Down

0 comments on commit d30e71a

Please sign in to comment.