mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-05 21:02:39 +08:00
rebranding symless/synergy to debauchee/barrier
This commit is contained in:
@@ -1,12 +1,9 @@
|
||||
Thank you for chosing Synergy!
|
||||
http://symless.com/
|
||||
Thank you for chosing Barrier!
|
||||
https://github.com/debauchee/barrier/
|
||||
|
||||
Synergy allows you to share your keyboard and mouse between computers over a network.
|
||||
|
||||
For FAQ, setup, and usage instructions, please visit our online Readme:
|
||||
http://symless.com/pm/projects/synergy/wiki/Readme
|
||||
Barrier allows you to share your keyboard and mouse between computers over a network.
|
||||
|
||||
Have fun!
|
||||
|
||||
Thanks,
|
||||
The Synergy Team
|
||||
The Barrier Team
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Version=1.0
|
||||
Name=Synergy
|
||||
Name=Barrier
|
||||
Comment=Keyboard and mouse sharing solution
|
||||
Path=/usr/bin
|
||||
Exec=/usr/bin/synergy
|
||||
Icon=synergy
|
||||
Exec=/usr/bin/barrier
|
||||
Icon=barrier
|
||||
Terminal=false
|
||||
Categories=Utility;
|
||||
Keywords=keyboard;mouse;sharing;network;share;
|
||||
|
Before Width: | Height: | Size: 64 KiB After Width: | Height: | Size: 64 KiB |
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
@@ -1,11 +1,11 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Version=1.0
|
||||
Name=Synergy
|
||||
Name=Barrier
|
||||
Comment=Keyboard and mouse sharing solution
|
||||
Path=/usr/bin
|
||||
Exec=/usr/bin/synergy2
|
||||
Icon=synergy
|
||||
Exec=/usr/bin/barrier2
|
||||
Icon=barrier
|
||||
Terminal=false
|
||||
Categories=Utility;
|
||||
Keywords=keyboard;mouse;sharing;network;share;
|
||||
@@ -1,5 +1,5 @@
|
||||
/* Define version here for Unix, but using /D for Windows. */
|
||||
#cmakedefine SYNERGY_VERSION "${SYNERGY_VERSION}"
|
||||
#cmakedefine BARRIER_VERSION "${BARRIER_VERSION}"
|
||||
|
||||
/* Define to the base type of arg 3 for `accept`. */
|
||||
#cmakedefine ACCEPT_TYPE_ARG3 ${ACCEPT_TYPE_ARG3}
|
||||
|
||||
@@ -25,7 +25,7 @@ DOXYFILE_ENCODING = UTF-8
|
||||
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
|
||||
# by quotes) that should identify the project.
|
||||
|
||||
PROJECT_NAME = "Synergy"
|
||||
PROJECT_NAME = "Barrier"
|
||||
|
||||
# The PROJECT_NUMBER tag can be used to enter a project or revision number.
|
||||
# This could be handy for archiving the generated documentation or
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# Synergy OpenSSL configuration file.
|
||||
# Barrier OpenSSL configuration file.
|
||||
# Used for generation of certificate requests.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user