Jelajahi Sumber

absolute paths

A 4 tahun lalu
induk
melakukan
3789f4f1d2
1 mengubah file dengan 10 tambahan dan 10 penghapusan
  1. 10 10
      make_beta.bat

+ 10 - 10
make_beta.bat

@@ -29,17 +29,17 @@ DEL /Q /F /S "*.pyc" >NUL 2>NUL
 del tmp.py >NUL 2>NUL
 del out.py >NUL 2>NUL
 
-rd /s /q "../Repo/source/beta/resources" >NUL 2>NUL
-rd /s /q "../Repo/source/beta/framework" >NUL 2>NUL
+rd /s /q "C:\Users\SevenX\Dropbox\Crynet\Repo/source/beta/resources" >NUL 2>NUL
+rd /s /q "C:\Users\SevenX\Dropbox\Crynet\Repo/source/beta/framework" >NUL 2>NUL
 
-echo V | xcopy "resources" /f /y /s "../Repo/source/beta/resources" >NUL 2>NUL
-echo V | xcopy "framework" /f /y /s "..//Repo/source/beta/framework" >NUL 2>NUL
-echo D | xcopy "output/startup.py" /f /y "../Repo/source/beta/startup.py" >NUL 2>NUL
-echo D | xcopy "output/plugin.py" /f /y "../Repo/source/beta/plugin.py" >NUL 2>NUL
-echo D | xcopy "addon.xml" /f /y "../Repo/source/beta/addon.xml" >NUL 2>NUL
-echo D | xcopy "fanart.jpg" /f /y "../Repo/source/beta/fanart.jpg" >NUL 2>NUL
-echo D | xcopy "icon.png" /f /y "../Repo/source/beta/icon.png" >NUL 2>NUL
-echo D | xcopy "changelog.txt" /f /y "../Repo/source/beta/changelog.txt" >NUL 2>NUL
+echo V | xcopy "resources" /f /y /s "C:\Users\SevenX\Dropbox\Crynet\Repo/source/beta/resources" >NUL 2>NUL
+echo V | xcopy "framework" /f /y /s "C:\Users\SevenX\Dropbox\Crynet\Repo/source/beta/framework" >NUL 2>NUL
+echo D | xcopy "output/startup.py" /f /y "C:\Users\SevenX\Dropbox\Crynet\Repo/source/beta/startup.py" >NUL 2>NUL
+echo D | xcopy "output/plugin.py" /f /y "C:\Users\SevenX\Dropbox\Crynet\Repo/source/beta/plugin.py" >NUL 2>NUL
+echo D | xcopy "addon.xml" /f /y "C:\Users\SevenX\Dropbox\Crynet\Repo/source/beta/addon.xml" >NUL 2>NUL
+echo D | xcopy "fanart.jpg" /f /y "C:\Users\SevenX\Dropbox\Crynet\Repo/source/beta/fanart.jpg" >NUL 2>NUL
+echo D | xcopy "icon.png" /f /y "C:\Users\SevenX\Dropbox\Crynet\Repo/source/beta/icon.png" >NUL 2>NUL
+echo D | xcopy "changelog.txt" /f /y "C:\Users\SevenX\Dropbox\Crynet\Repo/source/beta/changelog.txt" >NUL 2>NUL
 
 echo D | xcopy "addon.xml" /f /y "C:\Users\SevenX\AppData\Roaming\Kodi\addons\plugin.video.cryflix_beta/addon.xml" >NUL 2>NUL
 echo D | xcopy "output/plugin.py" /f /y "C:\Users\SevenX\AppData\Roaming\Kodi\addons\plugin.video.cryflix_beta/plugin.py" >NUL 2>NUL