diff --git a/linux/install.sh b/linux/install.sh index 738027af..1569d28c 100644 --- a/linux/install.sh +++ b/linux/install.sh @@ -47,7 +47,7 @@ copy_dependencies $BINARY $BINARY echo "Copying standard library..." cp -ar "$RUBY_LIB_DIR/$RUBY_VER.0" "$DESTDIR/ruby" echo "Downloading cacert.pem..." -curl -o "$DESTDIR/cacert.pem" https://curl.haxx.se/ca/cacert.pem +curl -o "$DESTDIR/cacert.pem" https://curl.se/ca/cacert.pem echo "Sym-linking modshot..." ln -sf "$DESTDIR/lmodshot" $BINARY echo "Done!" \ No newline at end of file diff --git a/windows/install.sh b/windows/install.sh index ea7e01d1..fc126c89 100644 --- a/windows/install.sh +++ b/windows/install.sh @@ -43,7 +43,7 @@ copy_dependencies $BINARY $BINARY echo "Copying standard library..." cp -ar "$RUBY_LIB_DIR/$RUBY_VER.0" "$DESTDIR/ruby" echo "Downloading cacert.pem..." -curl -o "$DESTDIR/cacert.pem" https://curl.haxx.se/ca/cacert.pem +curl -o "$DESTDIR/cacert.pem" https://curl.se/ca/cacert.pem echo "Moving shim..." cp $SHIM_BINARY "$DESTDIR/../$BINARY" echo "Done!" \ No newline at end of file diff --git a/windows/shim.c b/windows/shim.c index 0c267305..d8b6b849 100644 --- a/windows/shim.c +++ b/windows/shim.c @@ -38,7 +38,7 @@ int WINAPI WinMain(HINSTANCE hInstance, argv[0] = ARGV0; } - _wexecv(L"lib\\oneshot.exe", argv); + _wexecv(L"lib\\modshot.exe", argv); MessageBoxW(NULL, L"Cannot start ModShot for some reason.\nPlease check your ModShot installation.", L"ModShot Shim",