Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add preliminary "open with" support for #22 #29

Merged
merged 7 commits into from
Oct 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-linux-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
tar --strip-components=1 -xvf mozilla-unified/obj-x86_64-pc-linux-gnu/dist/*.tar.bz2 -C datcord/
mv datcord/firefox datcord/datcord
mv datcord/firefox-bin datcord/datcord-bin
mv distribution datcord/distribution
tar -cjf datcord.tar.bz2 datcord

- name: Appimage it
run: |
wget "https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage"
Expand Down
1 change: 1 addition & 0 deletions buildDatcordWin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ wget -q -O ./vc_redist.x64.exe https://aka.ms/vs/17/release/vc_redist.x64.exe
cp ../windows/setup.nsi .
cp ../windows/datcord.ico .
cp ../windows/banner.bmp .
Xcopy /E /I ../distribution ./
makensis.exe -V1 setup.nsi
# Setup filename will be datcordSetup-win64.exe

Expand Down
2 changes: 1 addition & 1 deletion changed/browser/themes/windows/browser.css
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
* padding that comes from those -moz-window-titlebar rules.
*/
:root:not([inDOMFullscreen]) #titlebar:-moz-lwtheme {
visibility: hidden;
visibility: visible;
}
:root:not([inDOMFullscreen], [chromehidden~="menubar"]) #toolbar-menubar:-moz-lwtheme,
:root:not([inDOMFullscreen], [chromehidden~="toolbar"]) #TabsToolbar:-moz-lwtheme {
Expand Down
7 changes: 7 additions & 0 deletions distribution/policies.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"policies": {
"Extensions": {
"Install": ["https://addons.mozilla.org/firefox/downloads/file/3831723/open_with-7.2.6.xpi"]
}
}
}