Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Oppzippy committed May 15, 2024
1 parent 3225bf8 commit 599c227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/windows/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ output_dir="$script_dir/root"
just "$project_root/gui/" install "$output_dir"

# Determine what dlls are required, and which packages those dlls belong to
list=$(ldd "$input_exe" | grep "/$package_type" | sed "s/.dll.*/.dll/")
dependencies=""
list=$(ldd "$input_exe" | grep "/$package_type" | sed "s/.dll.*/.dll/")
for dll in $list;
do
package=$(pacman -Qo "$dll" | awk '{ print $5 }')
Expand Down

0 comments on commit 599c227

Please sign in to comment.