mirror of
https://github.com/yuliskov/SmartTube.git
synced 2025-05-17 19:35:54 +08:00
cleanup
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@ -37,6 +37,8 @@ build/
|
||||
# my other stuff
|
||||
/smartyoutubetv2/release
|
||||
/smarttube/release
|
||||
/smarttubetv/release
|
||||
/smarttubemobile/release
|
||||
google-services.json
|
||||
*.hprof
|
||||
log.txt
|
||||
|
@ -1,23 +0,0 @@
|
||||
@echo off
|
||||
|
||||
echo Running %~n0...
|
||||
|
||||
cd /d "%~dp0"
|
||||
|
||||
for /r %%a in (*.apk) do set APK_FILE_NAME="%%a"
|
||||
for /r %%a in (*.json) do set JSON_FILE_NAME="%%a"
|
||||
|
||||
REM ============= GitHub =====================
|
||||
|
||||
REM https://github.com/yuliskov/SmartYouTubeTV/releases/download/beta/smartyoutubetv_latest.apk
|
||||
|
||||
set APK_FILE_NAME_TEMP=%TEMP%\smarttube_beta.apk
|
||||
set JSON_FILE_NAME_TEMP=%TEMP%\smarttube_beta.json
|
||||
|
||||
copy /y %APK_FILE_NAME% "%APK_FILE_NAME_TEMP%" >nul
|
||||
copy /y %JSON_FILE_NAME% "%JSON_FILE_NAME_TEMP%" >nul
|
||||
hub release edit -a "%JSON_FILE_NAME_TEMP%" -m "Latest beta release" beta
|
||||
hub release edit -a "%APK_FILE_NAME_TEMP%" -m "Latest beta release" beta
|
||||
|
||||
pause
|
||||
|
@ -1,11 +0,0 @@
|
||||
{
|
||||
"package": {
|
||||
"downloadUrlList": ["https://github.com/yuliskov/SmartYouTubeTV/releases/download/beta/smarttube_beta.apk"]
|
||||
},
|
||||
|
||||
"1.4": {
|
||||
"versionCode": 24,
|
||||
"changelog": ["Added playback options"],
|
||||
"changelog_ru": ["Добавлены настройки воспроизведения"]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user