Merge pull request #65 from MyHush/dev

add missing RUB settings ui,fix mac build, bump version
This commit is contained in:
Denio
2019-12-13 16:10:07 +01:00
committed by GitHub
4 changed files with 11 additions and 6 deletions

View File

@@ -9,7 +9,7 @@
<key>CFBundleIconFile</key>
<string>logo.icns</string>
<key>CFBundleIdentifier</key>
<string>com.yourcompany.SilentDragonLite</string>
<string>com.MyHush.SilentDragonLite</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>

View File

@@ -102,7 +102,7 @@ echo "[OK]"
echo -n "Building dmg..........."
mv SilentDragonLite.app SilentDragonLite.app
create-dmg --volname "SilentDragonLite-v$APP_VERSION" --volicon "res/logo.icns" --window-pos 200 120 --icon "SilentDragonLite.app" 200 190 --app-drop-link 600 185 --hide-extension "SilentDragonLite.app" --window-size 800 400 --hdiutil-quiet --background res/dmgbg.png artifacts/macOS-SilentDragonLite-v$APP_VERSION.dmg SilentDragonLite.app >/dev/null 2>&1
create-dmg --volname "SilentDragonLite-v$APP_VERSION" --volicon "res/logo.icns" --window-pos 200 120 --icon "SilentDragonLite.app" 200 190 --icon-size 100 --app-drop-link 600 185 --hide-extension "SilentDragonLite.app" --window-size 800 400 --hdiutil-quiet --background res/dmgbg.png artifacts/macOS-SilentDragonLite-v$APP_VERSION.dmg SilentDragonLite.app >/dev/null 2>&1
if [ ! -f artifacts/macOS-SilentDragonLite-v$APP_VERSION.dmg ]; then
echo "[ERROR]"
@@ -112,5 +112,5 @@ echo "[OK]"
# Submit to Apple for notarization
echo -n "Apple notarization....."
xcrun altool --notarize-app -t osx -f artifacts/macOS-SilentDragonLite-v$APP_VERSION.dmg --primary-bundle-id="com.yourcompany.SilentDragonLite" -u "$APPLE_USERNAME" -p "$APPLE_PASSWORD"
xcrun altool --notarize-app -t osx -f artifacts/macOS-SilentDragonLite-v$APP_VERSION.dmg --primary-bundle-id="com.MyHush.SilentDragonLite" -u "$APPLE_USERNAME" -p "$APPLE_PASSWORD"
echo "[OK]"

View File

@@ -134,7 +134,7 @@
<rect>
<x>9</x>
<y>9</y>
<width>267</width>
<width>571</width>
<height>23</height>
</rect>
</property>
@@ -147,7 +147,7 @@
<rect>
<x>9</x>
<y>38</y>
<width>340</width>
<width>641</width>
<height>17</height>
</rect>
</property>
@@ -286,6 +286,11 @@
<string>INR</string>
</property>
</item>
<item>
<property name="text">
<string>RUB</string>
</property>
</item>
<item>
<property name="text">
<string>USD</string>

View File

@@ -1 +1 @@
#define APP_VERSION "1.1.3"
#define APP_VERSION "1.1.4"