Skip to content

Commit 5051461

Browse files
Source files for 3.3
1 parent 8ecf728 commit 5051461

File tree

6 files changed

+4
-12
lines changed

6 files changed

+4
-12
lines changed
6.71 KB
Loading
6.71 KB
Loading
2.21 KB
Loading
1.81 KB
Loading

Workflow/info.plist

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1176,14 +1176,6 @@ print(new_json_data)
11761176
<integer>102</integer>
11771177
<key>script</key>
11781178
<string># Check if the file or the folder does not exist
1179-
if [[ ! -f "$alfred_workflow_data/swatch.json" || ! -d "$alfred_workflow_data/icons" ]]; then
1180-
# Create the directory if it doesn't exist
1181-
mkdir -p "$alfred_workflow_data"
1182-
1183-
# Copy the defaults
1184-
cp -r "$alfred_preferences/workflows/$alfred_workflow_uid/defaults"/* "$alfred_workflow_data/"
1185-
fi
1186-
11871179
11881180
11891181
@@ -2262,9 +2254,7 @@ Hold option when running Icon Generator to configure the icon's appearance</stri
22622254
<key>0F112DB8-4F31-4419-B64F-4D2F22C5CE9E</key>
22632255
<dict>
22642256
<key>note</key>
2265-
<string>Options First Run
2266-
• Update icons
2267-
• Confirm required data present</string>
2257+
<string>Generate icon preview</string>
22682258
<key>xpos</key>
22692259
<real>515</real>
22702260
<key>ypos</key>
@@ -2850,7 +2840,7 @@ Around 0 to 10 works best.</string>
28502840
<key>variablesdontexport</key>
28512841
<array/>
28522842
<key>version</key>
2853-
<string>3.2.1</string>
2843+
<string>3.3.0</string>
28542844
<key>webaddress</key>
28552845
<string>https://github.com/NeighNeighNeigh/Alfred_IconGenerator</string>
28562846
</dict>

Workflow/prefs.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5+
<key>bg_colour</key>
6+
<string>#50FA7B</string>
57
<key>margin_percent</key>
68
<string>5</string>
79
</dict>

0 commit comments

Comments
 (0)