Skip to content

Commit

Permalink
Update FreeTube to 0.17.1 Beta
Browse files Browse the repository at this point in the history
  • Loading branch information
rddim committed Aug 20, 2022
1 parent 0e4788c commit 1bc888a
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 12 deletions.
7 changes: 3 additions & 4 deletions App/AppInfo/Launcher/FreeTubePortable.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
[Launch]
ProgramExecutable=FreeTube\FreeTube.exe
CommandLineArguments=--user-data-dir="%PAL:DataDir%\FreeTube"
SingleAppInstance=false
DirectoryMoveOK=yes
SupportsUNC=no

Expand All @@ -9,8 +11,5 @@ Registry=true
[RegistryKeys]
-=HKCU\Software\Classes\freetube

[DirectoriesMove]
FreeTube=%APPDATA%\FreeTube

[DirectoriesCleanupIfEmpty]
1=%APPDATA%\FreeTube
1=%PAL:DataDir%\Temp
Binary file added App/AppInfo/appicon_256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 6 additions & 3 deletions App/AppInfo/appinfo.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Format]
Type=PortableApps.comFormat
Version=3.5
Version=3.7

[Details]
Name=FreeTube Portable
Expand All @@ -19,8 +19,11 @@ Freeware=true
CommercialUse=true

[Version]
PackageVersion=0.15.1.1
DisplayVersion=0.16.0 Beta x64 Dev Test 1
PackageVersion=0.17.0.1
DisplayVersion=0.17.1 Beta x64 Dev Test 1

[Dependencies]
Requires64bitOS=yes

[Control]
Icons=1
Expand Down
7 changes: 5 additions & 2 deletions App/AppInfo/installer.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
[DownloadFiles]
DownloadURL=https://github.com/FreeTubeApp/FreeTube/releases/download/v0.16.0-beta/freetube-0.16.0-win-x64-portable.zip
DownloadURL=https://github.com/FreeTubeApp/FreeTube/releases/download/v0.17.1-beta/freetube-0.17.1-win-x64-portable.zip
DownloadName=FreeTube (x64)
DownloadFilename=FreeTube.zip
DownloadMD5=cbd9508c0a42040e07b7948b0284ca5f
DownloadSHA256=88af8a1345b6d6d09c77a0e063e9586c672087648a67d57db9fe071144390176
AdditionalInstallSize=306000
AdvancedExtract1To=App\FreeTube
AdvancedExtract1Filter=*

[FilesToPreserve]
PreserveFile1=App\AppInfo\Launcher\*.ini
7 changes: 4 additions & 3 deletions Other/Source/Readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Some configuration in the PortableApps.com Launcher can be overridden by the
user in an INI file next to FreeTubePortable.exe called FreeTubePortable.ini.
If you are happy with the default options, it is not necessary, though. There
is an example INI included with this package to get you started. To use it,
copy AppNamePortable.ini from this directory to FreeTubePortable.ini next to
FreeTubePortable.exe. The options in the INI file are as follows:
copy FreeTubePortable.ini from this directory next to FreeTubePortable.exe. The
options in the INI file are as follows:

AdditionalParameters=
DisableSplashScreen=false
Expand All @@ -29,7 +29,8 @@ FreeTubePortable.exe. The options in the INI file are as follows:
won't damage anything.)

The AdditionalParameters entry allows you to pass additional command-line
parameters to the application.
parameters to the application. Here you can add the --no-sandbox parameter,
which will allow you to use the app from UNC. Use it at your own risk!

The DisableSplashScreen entry allows you to run the launcher without the splash
screen showing up. The default is false.
Expand Down
3 changes: 3 additions & 0 deletions help.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,9 @@ <h2>Features</h2>
<li>Full Theme support</li>
</ul>

<h2>Important</h2>
<p>Even if <code>SupportsUNC=</code> is set to <code>yes</code>, UNC will not work. To use it, you need to add the <code>--no-sandbox</code> command-line parameter, preferably to the <code>AdditionalParameters=</code>. Use it at your own risk!</p>

<p><a href="https://freetubeapp.io/#contact"><img src="Other/Help/Images/Donation_Button.png" style="vertical-align:middle" alt="Make a Donation"></a> - Support FreeTube's Hosting and Development</p>
<p><a href="https://portableapps.com/donate"><img src="Other/Help/Images/Donation_Button.png" style="vertical-align:middle" alt="Make a Donation"></a> - Support PortableApps.com's Hosting and Development</p>
<p><a href="https://portableapps.com/node/64694">Go to the FreeTube Portable Homepage &gt;&gt;</a></p>
Expand Down

0 comments on commit 1bc888a

Please sign in to comment.