Skip to content

Commit

Permalink
add infopage versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
jp112sdl committed Jan 20, 2021
1 parent 1dceeb7 commit 8089af0
Show file tree
Hide file tree
Showing 9 changed files with 2,727 additions and 9 deletions.
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ file=./patchsource/www/webui/js/extern/sliderControl.js
diff -u --label=${file}.orig --label=${file} ${file}.orig ${file} > ./src/addon/patch/common/`basename ${file}`.patch
file=./patchsource/www/ise/htm/header.htm
diff -u --label=${file}.orig --label=${file} ${file}.orig ${file} > ./src/addon/patch/common/`basename ${file}`.patch
file=./patchsource/www/api/methods.conf
diff -u --label=${file}.orig --label=${file} ${file}.orig ${file} > ./src/addon/patch/common/`basename ${file}`.patch

file=./patchsource/www/rega/pages/tabs/admin/views/programs.htm
diff -u --label=${file}.orig --label=${file} ${file}.orig ${file} > ./src/addon/patch/le_343/`basename ${file}`.patch
Expand Down
Loading

0 comments on commit 8089af0

Please sign in to comment.