diff options
author | cyberta <cyberta@riseup.net> | 2022-11-30 14:13:23 +0100 |
---|---|---|
committer | cyberta <cyberta@riseup.net> | 2022-12-02 20:25:18 +0100 |
commit | 8791d3bf4182ebb3288a2979e3a9f976d9b17c05 (patch) | |
tree | d6733809e7ae26aca6529580700b6d7b0fce61e1 /scripts | |
parent | 709362f5adefdf0727aa0ea111b3a5105c7ed8d0 (diff) |
start implementing a script to revert the design updates, so that organizations maintaing custom branded clients can have a transition phase to adapt to the new design
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/revert_to_old_design.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/revert_to_old_design.sh b/scripts/revert_to_old_design.sh new file mode 100755 index 00000000..8fdabd32 --- /dev/null +++ b/scripts/revert_to_old_design.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +rm -r app/src/custom/res/layout*
\ No newline at end of file |