Skip to content

Commit 170083c

Browse files
committed
Fix build and lint problems
1 parent 9876fd8 commit 170083c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/native.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
echo $TEMP/PortableAppsLauncher >> $GITHUB_PATH
178178
179179
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
181181
7z x -y PortableAppsInstaller.paf.exe
182182
echo $TEMP/PortableAppsInstaller >> $GITHUB_PATH
183183

docs/overrides/main.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{% block extrahead %}
44
{# 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" />
66

77
{# Include releases and commits feeds #}
88
<link rel="alternate" href="https://github.com/filips123/PWAsForFirefox/releases.atom" type="application/atom+xml" title="PWAsForFirefox Releases" />

0 commit comments

Comments
 (0)