Skip to content

Commit

Permalink
Continue rename to conceal-desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
AxVultis committed Dec 6, 2021
1 parent ea27b14 commit 8728aea
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ cd conceal-desktop
rm -rf cryptonote
git clone https://github.com/ConcealNetwork/conceal-core cryptonote
make build-release
mkdir bin && mv build/release/CONCEAL-GUI bin/
mkdir bin && mv build/release/conceal-desktop bin/
make clean
```

Expand Down Expand Up @@ -119,13 +119,13 @@ git clone https://github.com/ConcealNetwork/conceal-core cryptonote
make build-release
```

If the build is successful the binary will be `build/release/CONCEAL-GUI.app`
If the build is successful the binary will be `build/release/conceal-desktop.app`

It is also possible to deploy the application as a `.dmg` by using these commands after the build:

```bash
cd build/release
macdeployqt CONCEAL-GUI.app
macdeployqt conceal-desktop.app
cpack
```

Expand Down
2 changes: 1 addition & 1 deletion appimage/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ usr
apprun-hooks
AppRun
AppRun.wrapped
CONCEAL-GUI
conceal-desktop
*.png
*.AppImage
.DirIcon
2 changes: 1 addition & 1 deletion appimage/conceal-desktop.desktop
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Desktop Entry]
Name=Conceal Desktop
Comment=Conceal Desktop (GUI Wallet)
Exec=CONCEAL-GUI
Exec=conceal-desktop
Terminal=false
Type=Application
Icon=conceal
Expand Down
4 changes: 2 additions & 2 deletions appimage/create-appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ if ! test -f "linuxdeploy-plugin-qt-x86_64.AppImage"; then
wget https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-x86_64.AppImage
fi
chmod u+x ./*.AppImage
cp ../build/release/CONCEAL-GUI .
cp ../build/release/conceal-desktop .
mkdir -p usr/share/icons
mkdir -p usr/lib
cp ../src/images/conceal.png usr/share/icons
./linuxdeploy-x86_64.AppImage --executable ./CONCEAL-GUI --desktop-file conceal-desktop.desktop --appdir . --output appimage --plugin qt
./linuxdeploy-x86_64.AppImage --executable ./conceal-desktop --desktop-file conceal-desktop.desktop --appdir . --output appimage --plugin qt

0 comments on commit 8728aea

Please sign in to comment.