Skip to content

Commit

Permalink
Update FreeTube to 0.18.0 Beta
Browse files Browse the repository at this point in the history
  • Loading branch information
rddim committed Nov 23, 2022
1 parent 1bc888a commit eb18a55
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 6 deletions.
18 changes: 18 additions & 0 deletions App/AppInfo/Launcher/FreeTubePortable.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,21 @@ Registry=true

[DirectoriesCleanupIfEmpty]
1=%PAL:DataDir%\Temp

[FileWrite1]
Type=Replace
File=%PAL:DataDir%\FreeTube\settings.db
Find=THISSTRINGWILLBEREPLACEDBYDATADIR
Replace=%PAL:DataDir:DoubleBackslash%

[FileWrite2]
Type=Replace
File=%PAL:DataDir%\FreeTube\settings.db
Find=%PAL:LastDrive%%PAL:LastPackagePartialDir:DoubleBackslash%
Replace=%PAL:Drive%%PAL:PackagePartialDir:DoubleBackslash%

[FileWrite3]
Type=Replace
File=%PAL:DataDir%\FreeTube\settings.db
Find=%PAL:LastDrive%
Replace=%PAL:Drive%
4 changes: 2 additions & 2 deletions App/AppInfo/appinfo.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Freeware=true
CommercialUse=true

[Version]
PackageVersion=0.17.0.1
DisplayVersion=0.17.1 Beta x64 Dev Test 1
PackageVersion=0.17.1.1
DisplayVersion=0.18.0 Beta x64 Dev Test 1

[Dependencies]
Requires64bitOS=yes
Expand Down
8 changes: 4 additions & 4 deletions App/AppInfo/installer.ini
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[DownloadFiles]
DownloadURL=https://github.com/FreeTubeApp/FreeTube/releases/download/v0.17.1-beta/freetube-0.17.1-win-x64-portable.zip
DownloadURL=https://github.com/FreeTubeApp/FreeTube/releases/download/v0.18.0-beta/freetube-0.18.0-win-x64-portable.7z
DownloadName=FreeTube (x64)
DownloadFilename=FreeTube.zip
DownloadSHA256=88af8a1345b6d6d09c77a0e063e9586c672087648a67d57db9fe071144390176
AdditionalInstallSize=306000
DownloadFilename=FreeTube.7z
DownloadSHA256=5d350bb0810e21c8f7edef66db95d4d9ab674b5f58f116df85b626c91cf9035a
AdditionalInstallSize=225000
AdvancedExtract1To=App\FreeTube
AdvancedExtract1Filter=*

Expand Down
1 change: 1 addition & 0 deletions App/DefaultData/FreeTube/settings.db
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"_id":"screenshotFolderPath","value":"THISSTRINGWILLBEREPLACEDBYDATADIR\\Screenshots"}

0 comments on commit eb18a55

Please sign in to comment.