Skip to content

Commit

Permalink
release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lifers committed Aug 10, 2024
1 parent 8a2029d commit 3cdf124
Show file tree
Hide file tree
Showing 11 changed files with 6 additions and 6 deletions.
Binary file modified simbolmudah-ui (Package)/Images/LargeTile.scale-125.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified simbolmudah-ui (Package)/Images/MedTile.scale-125.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified simbolmudah-ui (Package)/Images/SmallTile.scale-125.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified simbolmudah-ui (Package)/Images/SmallTile.scale-150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified simbolmudah-ui (Package)/Images/StoreLogo.scale-100.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified simbolmudah-ui (Package)/Images/StoreLogo.scale-125.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified simbolmudah-ui (Package)/Images/StoreLogo.scale-150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified simbolmudah-ui (Package)/Images/StoreLogo.scale-200.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified simbolmudah-ui (Package)/Images/StoreLogo.scale-400.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions simbolmudah-ui (Package)/Images/converter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ echo "Generated favicon.ico"

# Loop through each scale and run rsvg-convert
for scale in $scales; do
size=$((scale * 44 / 100))
size=$(((scale * 44 + 99) / 100))
generate_image "$size" "AppList.scale-${scale}.png"
done

Expand All @@ -57,7 +57,7 @@ rm -f SmallTile*

# Loop through each scale and run rsvg-convert
for scale in $scales; do
size=$((scale * 71 / 100))
size=$(((scale * 71 + 99) / 100))
generate_image "$size" "SmallTile.scale-${scale}.png"
done

Expand All @@ -66,7 +66,7 @@ rm -f MedTile*

# Loop through each scale and run rsvg-convert
for scale in $scales; do
size=$((scale * 150 / 100))
size=$(((scale * 150 + 99) / 100))
generate_image "$size" "MedTile.scale-${scale}.png"
done

Expand All @@ -75,7 +75,7 @@ rm -f LargeTile*

# Loop through each scale and run rsvg-convert
for scale in $scales; do
size=$((scale * 310 / 100))
size=$(((scale * 310 + 99) / 100))
generate_image "$size" "LargeTile.scale-${scale}.png"
done

Expand All @@ -84,6 +84,6 @@ rm -f StoreLogo*

# Loop through each scale and run rsvg-convert
for scale in $scales; do
size=$((scale * 75 / 100))
size=$(((scale * 50 + 99) / 100))
generate_image "$size" "StoreLogo.scale-${scale}.png"
done
2 changes: 1 addition & 1 deletion simbolmudah-ui (Package)/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Identity
Name="NagataAptana.simbolmudah"
Publisher="CN=AF85BA48-FC91-4A94-9204-8A1B58A2CEC8"
Version="0.4.0.0" />
Version="0.4.1.0" />

<mp:PhoneIdentity PhoneProductId="c5fddb92-078a-4bbf-a1ea-c9b5d913903c" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>

Expand Down

0 comments on commit 3cdf124

Please sign in to comment.