Skip to content

Commit ed02685

Browse files
authored
Merge branch 'master' into add_siv
2 parents 6a15993 + 41f5722 commit ed02685

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/validate-rapps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Lint with flake8
2828
run: |
2929
# stop the build if there are Python syntax errors or undefined names
30-
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
30+
flake8 . --count --select=E9,F63,F7,F82 --ignore=F824 --show-source --statistics
3131
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
3232
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
3333
- name: Validate RAPPS entries

risoheditor.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[Section]
22
Name = RisohEditor
3-
Version = 5.8.6
3+
Version = 5.8.7
44
License = GPLv3
55
Description = RisohEditor is a free Win32 resource editor that can edit resource data in EXE/DLL/RC/RES files.
66
Category = 7
77
URLSite = https://katahiromz.web.fc2.com/re/en/
8-
URLDownload = https://github.com/katahiromz/RisohEditor/releases/download/5.8.6/RisohEditor-5.8.6-setup.exe
9-
SHA1 = cb64cba057c8dbe6b7d5d8d761b7df081b843bd5
10-
SizeBytes = 3327321
8+
URLDownload = https://github.com/katahiromz/RisohEditor/releases/download/5.8.7/RisohEditor-5.8.7-setup.exe
9+
SHA1 = 83f8bc6431a04074f0d351163b807ff0279c7fbe
10+
SizeBytes = 3736871
1111

1212
[Section.0a]
1313
Description = RisohEditor es un editor de recursos Win32 gratuito que puede editar datos en archivos EXE/DLL/RC/RES.

0 commit comments

Comments
 (0)