mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Change references to tox.im to tox.chat
This commit is contained in:
parent
d4fadf75b1
commit
2acfeaf7c4
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0"?>
|
||||
<manifest package="im.tox.qtox" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.0" android:versionCode="1" android:installLocation="auto">
|
||||
<manifest package="chat.tox.qtox" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.0" android:versionCode="1" android:installLocation="auto">
|
||||
<application android:hardwareAccelerated="true" android:name="org.qtproject.qt5.android.bindings.QtApplication" android:label="qtox">
|
||||
<activity android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|locale|fontScale|keyboard|keyboardHidden|navigation" android:name="org.qtproject.qt5.android.bindings.QtActivity" android:label="qTox" android:screenOrientation="unspecified" android:launchMode="singleTop">
|
||||
<intent-filter>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.0.0-EXPERIMENTIAL</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>im.tox.qtox</string>
|
||||
<string>chat.tox.qtox</string>
|
||||
<key>CFBundleURLTypes</key>
|
||||
<array>
|
||||
<dict>
|
||||
|
|
|
@ -4,7 +4,7 @@ PWD=`pwd`
|
|||
|
||||
echo "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"no\"?>
|
||||
<installer-gui-script minSpecVersion=\"1\">
|
||||
<pkg-ref id=\"im.tox.qtox\"/>
|
||||
<pkg-ref id=\"chat.tox.qtox\"/>
|
||||
<options hostArchitectures=\"x86_64\"/>
|
||||
<title>qTox</title>
|
||||
<license file=\"$PWD/gplv3.rtf\"/>
|
||||
|
@ -13,15 +13,15 @@ echo "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"no\"?>
|
|||
<options customize=\"never\" require-scripts=\"true\"/>
|
||||
<choices-outline>
|
||||
<line choice=\"default\">
|
||||
<line choice=\"im.tox.qtox\"/>
|
||||
<line choice=\"chat.tox.qtox\"/>
|
||||
</line>
|
||||
</choices-outline>
|
||||
<allowed-os-versions>
|
||||
<os-version min=\"10.7\"/>
|
||||
</allowed-os-versions>
|
||||
<choice id=\"default\"/>
|
||||
<choice id=\"im.tox.qtox\" visible=\"false\">
|
||||
<pkg-ref id=\"im.tox.qtox\"/>
|
||||
<choice id=\"chat.tox.qtox\" visible=\"false\">
|
||||
<pkg-ref id=\"chat.tox.qtox\"/>
|
||||
</choice>
|
||||
<pkg-ref id=\"im.tox.qtox\" version=\"1\" onConclusion=\"none\">qtox.pkg</pkg-ref>
|
||||
<pkg-ref id=\"chat.tox.qtox\" version=\"1\" onConclusion=\"none\">qtox.pkg</pkg-ref>
|
||||
</installer-gui-script>" > distribution.xml
|
||||
|
|
|
@ -122,7 +122,7 @@ CHECK:
|
|||
|
||||
os.RemoveAll(update_dir)
|
||||
fmt.Println("Update metadata wiped, launching qTox")
|
||||
launchqtox := exec.Command("/usr/bin/open", "-b", "im.tox.qtox")
|
||||
launchqtox := exec.Command("/usr/bin/open", "-b", "chat.tox.qtox")
|
||||
launchqtox.Run()
|
||||
|
||||
} else {
|
||||
|
|
2
qtox.pro
2
qtox.pro
|
@ -148,7 +148,7 @@ win32 {
|
|||
}
|
||||
} else {
|
||||
macx {
|
||||
BUNDLEID = im.tox.qtox
|
||||
BUNDLEID = chat.tox.qtox
|
||||
ICON = img/icons/qtox.icns
|
||||
QMAKE_INFO_PLIST = osx/info.plist
|
||||
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.7
|
||||
|
|
|
@ -8,7 +8,7 @@ import os
|
|||
|
||||
target = 'win32'
|
||||
prefix = '/qtox/'+target+'/'
|
||||
uploadcmd1 = "bash -c '"+'ftp -n tux3-dev.tox.im 0<<<"`echo -ne "user qtox-win-update-upload INSERT-PASSWORD-HERE\ncd '+target+'\nsend '
|
||||
uploadcmd1 = "bash -c '"+'ftp -n tux3-dev.tox.chat 0<<<"`echo -ne "user qtox-win-update-upload INSERT-PASSWORD-HERE\ncd '+target+'\nsend '
|
||||
uploadcmd2 = '\n"`"'+"'"
|
||||
|
||||
def upload(file, rfile):
|
||||
|
|
|
@ -8,7 +8,7 @@ import os
|
|||
|
||||
target = 'win64'
|
||||
prefix = '/qtox/'+target+'/'
|
||||
uploadcmd1 = "bash -c '"+'ftp -n tux3-dev.tox.im 0<<<"`echo -ne "user qtox-win-update-upload INSERT-PASSWORD-HERE\ncd '+target+'\nsend '
|
||||
uploadcmd1 = "bash -c '"+'ftp -n tux3-dev.tox.chat 0<<<"`echo -ne "user qtox-win-update-upload INSERT-PASSWORD-HERE\ncd '+target+'\nsend '
|
||||
uploadcmd2 = '\n"`"'+"'"
|
||||
|
||||
def upload(file, rfile):
|
||||
|
|
Loading…
Reference in New Issue
Block a user