File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ jobs:
177
177
echo $TEMP/PortableAppsLauncher >> $GITHUB_PATH
178
178
179
179
mkdir $TEMP/PortableAppsInstaller && cd $TEMP/PortableAppsInstaller
180
- curl "https://download2.portableapps.com/portableapps/PortableApps.comInstaller/PortableApps.comInstaller_3.8.1 .paf.exe" -o PortableAppsInstaller.paf.exe
180
+ curl "https://download2.portableapps.com/portableapps/PortableApps.comInstaller/PortableApps.comInstaller_3.8.3 .paf.exe" -o PortableAppsInstaller.paf.exe
181
181
7z x -y PortableAppsInstaller.paf.exe
182
182
echo $TEMP/PortableAppsInstaller >> $GITHUB_PATH
183
183
Original file line number Diff line number Diff line change 2
2
3
3
{% block extrahead %}
4
4
{# Include web app manifest #}
5
- < link rel ="manifest " href ="{{ config.site_url }}/ assets/site.webmanifest " />
5
+ < link rel ="manifest " href ="{{ config.site_url }}assets/site.webmanifest " />
6
6
7
7
{# Include releases and commits feeds #}
8
8
< link rel ="alternate " href ="https://github.com/filips123/PWAsForFirefox/releases.atom " type ="application/atom+xml " title ="PWAsForFirefox Releases " />
You can’t perform that action at this time.
0 commit comments