Skip to content

Commit 39de9a3

Browse files
committed
These are Batch Files for Windows (Not in XPI)
Their purpose is to update the export of the menu structure from the Excel spreadsheet to the menu files for the program. Because they have nothing to do with the operation of the program, they are not included in the XPI.
1 parent 9725f11 commit 39de9a3

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

mv2app.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@rem copies from UTF8 Directory to app directories
1+
@rem copies from UTF8 Directory to app directories
22
@rem may also need to correct new line to unix type
33
@ rem
44
copy /y C:\Moo\bbCodeWebex_Temp\utf8\en-US.json "%userprofile%\Documents\GitHub\bbCodeWebEx\_locales\en-US\messages.json"

runlynx.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
@rem this is simply a way to call lynx in a simplified manner
1+
@rem this is simply a way to call lynx in a simplified manner
22
@rem set to dump output to file in UTF-8 and width prevents clipping
33
"%userprofile%\Documents\github\bbcodewebex\Lynx\lynx.exe" -dump -width 300 -display_charset UTF-8 -cfg="%userprofile%\Documents\github\bbcodewebex\lynx\lynx.cfg" %1 > %2

update_jsons.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@rem Runs a customized configureation of the lynx browser in order to
1+
@rem Runs a customized configureation of the lynx browser in order to
22
@rem convert html exported from Excel into a UTF-8 Json File. Calls
33
@rem Runlynx to deal with long directory names to call Browser
44
@rem it then takes the files and dumps them to the appropriate add-on

0 commit comments

Comments
 (0)