tangled
alpha
login
or
join now
shrimple.srht.site
/
OuchBrowser.NET
1
fork
atom
focus on your browsing
browser
web-browser
1
fork
atom
overview
issues
pulls
pipelines
fix prefix in dotnet publish command
woof.monster
5 days ago
333c43c1
3d6ccbc4
verified
This commit was signed with the committer's
known signature
.
woof.monster
SSH Key Fingerprint:
SHA256:Zx8o/400UTtWXXs3qwjYiENbQk7UHKUPMRSCpm3D2QA=
+1
-1
1 changed file
expand all
collapse all
unified
split
site.srht.shrimple.OuchBrowser.json
+1
-1
site.srht.shrimple.OuchBrowser.json
···
90
90
"just compile-resources",
91
91
"just PREFIX=${FLATPAK_DEST} build-translations",
92
92
"just PREFIX=${FLATPAK_DEST} build-schemas",
93
93
-
"dotnet publish OuchBrowser -c Release -o /app/bin --source ./nuget-sources",
93
93
+
"dotnet publish OuchBrowser -c Release -o ${FLATPAK_DEST}/bin --source ./nuget-sources",
94
94
95
95
"install -Dm644 OuchBrowser/Icons/Symbolic/${FLATPAK_ID}-symbolic.svg --target-directory ${FLATPAK_DEST}/share/icons/hicolor/symbolic/apps/",
96
96
"install -Dm644 OuchBrowser/Icons/Hicolor/${FLATPAK_ID}.svg --target-directory ${FLATPAK_DEST}/share/icons/hicolor/scalable/apps/",