Skip to content

Commit

Permalink
Merge pull request #5 from HiDefDan/v3.2.x
Browse files Browse the repository at this point in the history
v1.0.1
  • Loading branch information
HiDefDan authored Apr 17, 2024
2 parents a129773 + 0cba8f9 commit 4281d69
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 12 deletions.
Empty file added DEBUG-PACKAGED
Empty file.
5 changes: 5 additions & 0 deletions build-config.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = {
extraFiles: [
'src/MFR_button_66pc.png',
],
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fora-mfr",
"version": "1.0.0",
"version": "1.0.1",
"main":"src/main.js",
"scripts": {
"format": "prettier -w ."
Expand Down
22 changes: 11 additions & 11 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ class ForaMfrInstance extends InstanceBase {
text: 'CUT\n$(fora-mfr:selected_src_name)\n>\n$(fora-mfr:selected_dst_name)',
size: '7',
color: combineRgb(0, 0, 0),
png64: fs.readFileSync('src/MFR_button_66pc.png', 'base64'),
png64: fs.readFileSync('MFR_button_66pc.png', 'base64'),
bgcolor: combineRgb(218, 218, 218),
},
steps: [
Expand All @@ -499,7 +499,7 @@ class ForaMfrInstance extends InstanceBase {
text: 'PRESET\n$(fora-mfr:selected_src_name)\n>\n$(fora-mfr:selected_dst_name)',
size: '7',
color: combineRgb(0, 0, 0),
png64: fs.readFileSync('src/MFR_button_66pc.png', 'base64'),
png64: fs.readFileSync('MFR_button_66pc.png', 'base64'),
bgcolor: combineRgb(218, 218, 218),
},
steps: [
Expand All @@ -518,7 +518,7 @@ class ForaMfrInstance extends InstanceBase {
text: 'CUT\nPRESET\nXPTs',
size: '7',
color: combineRgb(0, 0, 0),
png64: fs.readFileSync('src/MFR_button_66pc.png', 'base64'),
png64: fs.readFileSync('MFR_button_66pc.png', 'base64'),
bgcolor: combineRgb(218, 218, 218),
},
steps: [
Expand All @@ -537,7 +537,7 @@ class ForaMfrInstance extends InstanceBase {
text: 'PRESET\nVIDEO\nFORMAT',
size: '7',
color: combineRgb(0, 0, 0),
png64: fs.readFileSync('src/MFR_button_66pc.png', 'base64'),
png64: fs.readFileSync('MFR_button_66pc.png', 'base64'),
bgcolor: combineRgb(218, 218, 218),
},
steps: [
Expand Down Expand Up @@ -566,7 +566,7 @@ class ForaMfrInstance extends InstanceBase {
text: 'APPLY\nPRESET\nVIDEO\nFORMAT',
size: '7',
color: combineRgb(0, 0, 0),
png64: fs.readFileSync('src/MFR_button_66pc.png', 'base64'),
png64: fs.readFileSync('MFR_button_66pc.png', 'base64'),
bgcolor: combineRgb(218, 218, 218),
},
steps: [
Expand All @@ -585,7 +585,7 @@ class ForaMfrInstance extends InstanceBase {
text: 'CANCEL\nPRESET\nVIDEO\nFORMAT',
size: '7',
color: combineRgb(0, 0, 0),
png64: fs.readFileSync('src/MFR_button_66pc.png', 'base64'),
png64: fs.readFileSync('MFR_button_66pc.png', 'base64'),
bgcolor: combineRgb(218, 218, 218),
},
steps: [
Expand All @@ -604,7 +604,7 @@ class ForaMfrInstance extends InstanceBase {
text: 'RENAME\nDST',
size: '7',
color: combineRgb(0, 0, 0),
png64: fs.readFileSync('src/MFR_button_66pc.png', 'base64'),
png64: fs.readFileSync('MFR_button_66pc.png', 'base64'),
bgcolor: combineRgb(218, 218, 218),
},
steps: [
Expand Down Expand Up @@ -632,7 +632,7 @@ class ForaMfrInstance extends InstanceBase {
text: 'RENAME\nSRC',
size: '7',
color: combineRgb(0, 0, 0),
png64: fs.readFileSync('src/MFR_button_66pc.png', 'base64'),
png64: fs.readFileSync('MFR_button_66pc.png', 'base64'),
bgcolor: combineRgb(218, 218, 218),
},
steps: [
Expand Down Expand Up @@ -660,7 +660,7 @@ class ForaMfrInstance extends InstanceBase {
text: '(UN)LOCK\nDST',
size: '7',
color: combineRgb(0, 0, 0),
png64: fs.readFileSync('src/MFR_button_66pc.png', 'base64'),
png64: fs.readFileSync('MFR_button_66pc.png', 'base64'),
bgcolor: combineRgb(218, 218, 218),
},
steps: [
Expand Down Expand Up @@ -1076,7 +1076,7 @@ class ForaMfrInstance extends InstanceBase {
text: `$(fora-mfr:dst${dst_string})`,
size: '14',
color: combineRgb(0, 0, 0),
png64: fs.readFileSync('src/MFR_button_66pc.png', 'base64'),
png64: fs.readFileSync('MFR_button_66pc.png', 'base64'),
bgcolor: combineRgb(128, 128, 0),
},
steps: [
Expand Down Expand Up @@ -1139,7 +1139,7 @@ class ForaMfrInstance extends InstanceBase {
text: `$(fora-mfr:src${src_string})`,
size: '14',
color: combineRgb(0, 0, 0),
png64: fs.readFileSync('src/MFR_button_66pc.png', 'base64'),
png64: fs.readFileSync('MFR_button_66pc.png', 'base64'),
bgcolor: combineRgb(0, 128, 0),
},
steps: [
Expand Down

0 comments on commit 4281d69

Please sign in to comment.