From f1968b918c48fc5c45ac297a0a29525f83e04cde Mon Sep 17 00:00:00 2001 From: Yoshi NRT <32790691+yoshinrt@users.noreply.github.com> Date: Fri, 6 Nov 2020 20:27:10 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=B5=E3=82=A4=E3=83=88=E7=A7=BB=E5=8B=95?= =?UTF-8?q?=E3=81=AB=E4=BC=B4=E3=81=86=E3=83=AA=E3=83=AA=E3=83=BC=E3=82=B9?= =?UTF-8?q?=E7=89=A9=E3=81=AB=E8=A8=98=E8=BC=89=E3=81=AE=20URL=20=E5=A4=89?= =?UTF-8?q?=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vsd_filter/installer/VSD_installer.hta | 8 ++++---- vsd_filter/vsd_plugins/_user_config.js.sample | 2 +- vsd_filter/vsd_plugins/google_maps.js | 2 +- vsd_filter/vsd_plugins/streetview.js | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/vsd_filter/installer/VSD_installer.hta b/vsd_filter/installer/VSD_installer.hta index 6abae2e7..02be5303 100755 --- a/vsd_filter/installer/VSD_installer.hta +++ b/vsd_filter/installer/VSD_installer.hta @@ -88,7 +88,7 @@ function Caption(){ 'vsd_plugins\\_user_config.js 以外は上書きされます.
' : '「インストール開始」を押すと,' + 'AviUtl, ' + - 'VSD for GPS,' + + 'VSD for GPS,' + 'L-SMASH Woks,' + 'ffdshow' + ' がインストールされます.
' @@ -146,7 +146,7 @@ function InstallSub(){ if( !document.form1.no_ffdshow.checked ){ Log( "
ffdshow のインストールを開始します" ); - Download( "https://sites.google.com/site/vsdforgps/home/sono-ta/ffdshow_rev3631_20101115_clsid.exe_?attredirects=0&d=1", WorkPath + "\\ffdshow_rev3631_20101115_clsid.exe" ); + Download( "https://github.com/yoshinrt/vsd/releases/download/release_r986/ffdshow_rev3631_20101115_clsid.exe", WorkPath + "\\ffdshow_rev3631_20101115_clsid.exe" ); WshShell.Run( '"' + WorkPath + '\\ffdshow_rev3631_20101115_clsid.exe"', 4, 1 @@ -163,8 +163,8 @@ function InstallSub(){ } Log( "
★★★インストールが完了しました.★★★" ); - Log( 'Web ブラウザの「インストール・初期設定手順」にしたがって,初期設定を行ってください.' ); - ShellApp.ShellExecute( "https://sites.google.com/site/vsdforgps/home/vsd-for-gps/install" ); + Log( 'Web ブラウザの「インストール・初期設定手順」にしたがって,初期設定を行ってください.' ); + ShellApp.ShellExecute( "https://yoshinrt.github.io/vsd/install" ); } function Update(){ diff --git a/vsd_filter/vsd_plugins/_user_config.js.sample b/vsd_filter/vsd_plugins/_user_config.js.sample index 8c649dc0..8deb0932 100644 --- a/vsd_filter/vsd_plugins/_user_config.js.sample +++ b/vsd_filter/vsd_plugins/_user_config.js.sample @@ -13,7 +13,7 @@ GEAR_RATIO = [ REV_LIMIT = 6500; // Google マップ・ストリートビュー画像取得のための API キーを設定します. -// 参考: https://sites.google.com/site/vsdforgps/home/vsd-for-gps/install#GoogleAPIKey +// 参考: https://yoshinrt.github.io/vsd/install#GoogleAPIKey GoogleAPIKey = [ // "AIzaSyABCDEFGHIJKLMNOPQRSTUVWXYZabcdefg", // 例 "", diff --git a/vsd_filter/vsd_plugins/google_maps.js b/vsd_filter/vsd_plugins/google_maps.js index 079f1dc6..8bf67a38 100644 --- a/vsd_filter/vsd_plugins/google_maps.js +++ b/vsd_filter/vsd_plugins/google_maps.js @@ -44,7 +44,7 @@ function Initialize(){ MB_OKCANCEL | MB_ICONINFORMATION ) == IDOK ){ var WshShell = new ActiveXObject( "WScript.Shell" ); - WshShell.Run( "cmd /c start https://sites.google.com/site/vsdforgps/home/vsd-for-gps/install#GoogleAPIKey" ); + WshShell.Run( "cmd /c start https://yoshinrt.github.io/vsd/install#GoogleAPIKey" ); } } diff --git a/vsd_filter/vsd_plugins/streetview.js b/vsd_filter/vsd_plugins/streetview.js index 77ad4621..294dea23 100644 --- a/vsd_filter/vsd_plugins/streetview.js +++ b/vsd_filter/vsd_plugins/streetview.js @@ -57,7 +57,7 @@ function Initialize(){ MB_OKCANCEL | MB_ICONINFORMATION ) == IDOK ){ var WshShell = new ActiveXObject( "WScript.Shell" ); - WshShell.Run( "cmd /c start https://sites.google.com/site/vsdforgps/home/vsd-for-gps/install#GoogleAPIKey" ); + WshShell.Run( "cmd /c start https://yoshinrt.github.io/vsd/install#GoogleAPIKey" ); } }