You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have used the search function to see if someone else has already submitted the same feature request.
I will describe the problem with as much detail as possible.
This issue only contains a request for one single feature, not multiple (related) features.
App version
3.8.4
Problem you are trying to solve
I'm using scoop to install packages, which creates a new folder for every new version of an application and additionally a symlink called current is created which always points to the latest installed version.
When an App is configured in Simplewall by using this current directory, the resolved path (i.e. the directory with the version) is configured in WFP. So after updating applications, the associated rules do not take effect immediately.
However, when clicking the refresh button within simplewall, the rules are automatically updated in WFP and will point to the latest version and everything works flawlessly again!
So my rather simple request is to add a flag to the simplewall.exe which will trigger a rule refresh in the exact same way as when the refresh button is clicked in the UI. This way it can be easily automated everytime a scoop update is performed or something else requires a rule refresh.
Suggested solution
Add CLI Argument to simplewall.exe to trigger a rule refresh (same as the Refresh Button in the GUI).
e.g.: simplewall.exe -refresh
When this flag is provided, the UI should not launch and just a rule refresh should be triggered. It should also work when another instance of simplewall is already running.
Screenshots / Drawings / Technical details
No response
The text was updated successfully, but these errors were encountered:
Checklist
App version
3.8.4
Problem you are trying to solve
I'm using scoop to install packages, which creates a new folder for every new version of an application and additionally a symlink called current is created which always points to the latest installed version.
When an App is configured in Simplewall by using this current directory, the resolved path (i.e. the directory with the version) is configured in WFP. So after updating applications, the associated rules do not take effect immediately.
However, when clicking the refresh button within simplewall, the rules are automatically updated in WFP and will point to the latest version and everything works flawlessly again!
So my rather simple request is to add a flag to the simplewall.exe which will trigger a rule refresh in the exact same way as when the refresh button is clicked in the UI. This way it can be easily automated everytime a
scoop update
is performed or something else requires a rule refresh.Suggested solution
Add CLI Argument to simplewall.exe to trigger a rule refresh (same as the Refresh Button in the GUI).
e.g.:
simplewall.exe -refresh
When this flag is provided, the UI should not launch and just a rule refresh should be triggered. It should also work when another instance of simplewall is already running.
Screenshots / Drawings / Technical details
No response
The text was updated successfully, but these errors were encountered: