Skip to content

Commit

Permalink
add comic32.exe
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks1mS authored Oct 11, 2023
1 parent 83b1e77 commit 53721cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
Binary file added src/wine/corefonts/comic32.exe
Binary file not shown.
13 changes: 2 additions & 11 deletions src/wine/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ COREFONTS_FILES=(
"verdan32.exe"
"wd97vwr32.exe"
"webdin32.exe"
"comic32.exe"
)
COREFONTS_CACHE_DIR="\$HOME/.cache/winetricks/corefonts/"

Expand Down Expand Up @@ -73,19 +74,9 @@ export WINEDEBUG=-all"
update_rc_file "$_REMOTE_USER_HOME/.profile" "${snippet}"
update_rc_file "$_REMOTE_USER_HOME/.bashrc" "${snippet}"

# su -l "$_REMOTE_USER" <<EOF
# mkdir -p "$WINEPREFIX"
# wine wineboot --init
# echo "check-certificate = off" >> ~/.wgetrc
# echo "check_certificate = off" >> ~/.wgetrc
# mkdir -p "\$COREFONTS_CACHE_DIR"
# for filename in (${COREFONTS_FILES[@]}); do
# wget -P "$COREFONTS_CACHE_DIR" "$COREFONTS_BASE_URL\$filename"
# done
# winetricks corefonts
# EOF
su -l $_REMOTE_USER <<EOF
mkdir -p "\$WINEPREFIX"
wine wineboot --init
mkdir -p "$COREFONTS_CACHE_DIR"
for filename in ${COREFONTS_FILES[@]}; do
wget -P "$COREFONTS_CACHE_DIR" "$COREFONTS_BASE_URL\$filename"
Expand Down

0 comments on commit 53721cc

Please sign in to comment.