Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Felix Eckhofer
nativefier-apps
Commits
afe186c3
Verified
Commit
afe186c3
authored
Apr 06, 2018
by
Felix Eckhofer
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix paths
parent
3b6fd485
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
README.md
README.md
+2
-2
No files found.
README.md
View file @
afe186c3
...
...
@@ -7,13 +7,13 @@ repo="$(readlink -e .)"
mkdir -p ~/.icons ~/.local/share/applications
cd ~/.icons
ln -s "$repo" nativefier
ln -s "$repo
/resources/icons/
" nativefier
for file in nativefier/*.svg; do
[ -e "$(basename "$file")" ] || ln -s "$file" .
done
cd ~/.local/share/applications
ln -s "$repo" nativefier
ln -s "$repo
/resources/applications/
" nativefier
~~~~
Symlink the binaries somewhere in your
`$PATH`
. Done.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment