Skip to content

Commit

Permalink
rename project to moedict-desktop
Browse files Browse the repository at this point in the history
Signed-off-by: Rack Lin <racklin@gmail.com>
  • Loading branch information
racklin committed Sep 27, 2014
1 parent 6ac3b53 commit c4f80f9
Show file tree
Hide file tree
Showing 22 changed files with 19 additions and 236 deletions.
6 changes: 0 additions & 6 deletions .gitmodules
@@ -1,6 +0,0 @@
[submodule "extensions/moedict-webkit@xuldict.3du.tw/webapp"]
path = extensions/moedict-webkit@xuldict.3du.tw/webapp
url = git@github.com:racklin/moedict-app.git
[submodule "app/extensions/moedict-webkit@xuldict.3du.tw/webapp"]
path = app/extensions/moedict-webkit@xuldict.3du.tw/webapp
url = git@github.com:racklin/moedict-app.git
6 changes: 3 additions & 3 deletions app/application.ini
@@ -1,10 +1,10 @@
[App]
Vendor=Moe Dictionary Contributors
Name=Moe Dictionary
Vendor=MoeDict Desktop Contributors
Name=MoeDict Desktop
Version=0.1.0
BuildID=20130109
Copyright=Copyright (c) 2013 MoeDictionary Contributors
Profile=moe-dict-DEV
Profile=moedict-desktop-DEV
ID={8a9e0b2c-695c-11e2-9ad2-68a86d302c50}

[Gecko]
Expand Down
8 changes: 4 additions & 4 deletions app/chrome/branding/locale/brand.dtd
@@ -1,5 +1,5 @@
<!ENTITY brandShortName "Moe Dictionary">
<!ENTITY brandFullName "Moe Dictionary">
<!ENTITY brandShortName "MoeDict Desktop">
<!ENTITY brandFullName "MoeDict Desktop">
<!ENTITY vendorUrl "https://github.com/racklin">
<!ENTITY vendorShortName "Moe Dictionary Contributors">
<!ENTITY logoCopyright "©2013 Moe Dictionary Contributors.">
<!ENTITY vendorShortName "MoeDict Desktop Contributors">
<!ENTITY logoCopyright "©2013 MoeDict Desktop Contributors.">
6 changes: 3 additions & 3 deletions app/chrome/branding/locale/brand.properties
@@ -1,3 +1,3 @@
brandShortName=Moe Dictionary
brandFullName=Moe Dictionary
vendorShortName=Moe Dictionary Contributors
brandShortName=MoeDict Desktop
brandFullName=MoeDict Desktop
vendorShortName=MoeDict Desktop Contributors
2 changes: 1 addition & 1 deletion app/chrome/locale/zh-TW/about.dtd
@@ -1,2 +1,2 @@
<!ENTITY about.titleLabel "Moe Dictionary About">
<!ENTITY about.titleLabel "MoeDict Desktop About">
<!ENTITY about.closeLabel "Close">
3 changes: 0 additions & 3 deletions app/extensions/moedict-webkit@xuldict.3du.tw/.gitignore

This file was deleted.

5 changes: 0 additions & 5 deletions app/extensions/moedict-webkit@xuldict.3du.tw/LICENSE

This file was deleted.

46 changes: 0 additions & 46 deletions app/extensions/moedict-webkit@xuldict.3du.tw/README.md

This file was deleted.

31 changes: 0 additions & 31 deletions app/extensions/moedict-webkit@xuldict.3du.tw/build.sh

This file was deleted.

5 changes: 0 additions & 5 deletions app/extensions/moedict-webkit@xuldict.3du.tw/chrome.manifest

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.

This file was deleted.

This file was deleted.

Binary file not shown.
26 changes: 0 additions & 26 deletions app/extensions/moedict-webkit@xuldict.3du.tw/install.rdf

This file was deleted.

1 change: 0 additions & 1 deletion app/extensions/moedict-webkit@xuldict.3du.tw/webapp
Submodule webapp deleted from f4ea1f
3 changes: 3 additions & 0 deletions build.sh
Expand Up @@ -242,6 +242,9 @@ if [ $BUILD_WIN32 == 1 ]; then

mv "$APPDIR/xulrunner/xulrunner-stub.exe" "$APPDIR/${APPNAME}.exe"

# copy replaced icon stub
cp -f "$CALLDIR/win/${APPNAME}.exe" "$APPDIR/${APPNAME}.exe"

# This used to be bug 722810, but that bug was actually fixed for Gecko 12. Now it's
# unfortunately broken again.
cp "$WIN32_RUNTIME_PATH/msvcp100.dll" \
Expand Down
6 changes: 3 additions & 3 deletions config.sh
Expand Up @@ -49,11 +49,11 @@ STAGEDIR="$CALLDIR/staging"
DISTDIR="$CALLDIR/dist"

# App name
APPNAME="Moe Dictionary"
PACKAGENAME="moe-dict.app"
APPNAME="MoeDict-Desktop"
PACKAGENAME="moedict-desktop.app"

# Packages url (used for update packaging)
PACKAGESURL="http://www.example.com/app/packages"

# Specifies the path to use for the application's profile, based within the user's application data directory
PROFILE="moe-dict"
PROFILE="moedict-desktop"
4 changes: 2 additions & 2 deletions mac/Contents/Info.plist
Expand Up @@ -7,15 +7,15 @@
<key>CFBundleExecutable</key>
<string>xulapp</string>
<key>CFBundleGetInfoString</key>
<string>Moe Dictionary {{VERSION}}, © 2013 Contributors</string>
<string>MoeDict Desktop {{VERSION}}, © 2014 Contributors</string>
<key>CFBundleIconFile</key>
<string>xulapp</string>
<key>CFBundleIdentifier</key>
<string>org.xulapp.moedict</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>Moe Dictionary</string>
<string>MoeDict Desktop</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
Expand Down
Binary file added win/MoeDict-Desktop.exe
Binary file not shown.

0 comments on commit c4f80f9

Please sign in to comment.