Skip to content

Commit cbb2dfa

Browse files
committed
1.0.2
1 parent 6c40954 commit cbb2dfa

File tree

5 files changed

+15
-3
lines changed

5 files changed

+15
-3
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,9 @@ jobs:
3535
with:
3636
artifacts: "dist/*.zip"
3737
bodyFile: "dist/patch_notes.txt"
38-
makeLatest: true
38+
makeLatest: true
39+
40+
- name: Upload to Mod Portal
41+
uses: lisekilis/Factorio-mod-portal-Upload@v1.0.0
42+
env:
43+
FACTORIO_API_TOKEN: ${{ secrets.FACTORIO_TOKEN }}

src/changelog.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
---------------------------------------------------------------------------------------------------
2+
Version: 1.0.2
3+
Date: 18. 12. 2024
4+
Locale:
5+
- Fixed missing key.
6+
Graphics:
7+
- Changed the shortcut and thumbnail to be green.
8+
---------------------------------------------------------------------------------------------------
29
Version: 1.0.1
310
Date: 18. 12. 2024
411
Graphics:

src/data.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ data:extend{
44
name = "simple-mod-reload",
55
order = "c-b",
66
action = "lua",
7-
style = "blue",
7+
style = "green",
88
icon = "__core__/graphics/icons/mip/reset-white.png",
99
icon_size = 32,
1010
small_icon = "__core__/graphics/icons/mip/reset-white.png",

src/locale/en/locale.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[controls]
22
simple-mod-reload=Reload mod scripts
33

4-
[shortcut]
4+
[shortcut-name]
55
simple-mod-reload=Reload mod scripts

src/thumbnail.png

-12 Bytes
Loading

0 commit comments

Comments
 (0)