mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 15:15:51 +03:00
[GH-ISSUE #478] Use Relavant Path for Files Location #1767
Labels
No labels
copy cats
duplicated
future feature
pull-request
⬜ Accepted
⬜ Completed
⬜ Help Wanted 💪
⬜ In Progress
⬜ Missing Details
⬜ Pending
⬜ Waiting For Answer ⏳
🆕 feature preview
🔷 Bug 🐛
🔷 Out Of Scope
🔷 Out Of Scope
🔷 Question
🔷Enhancement
🔷Enhancement
🔷Invalid / External
🔷Knowledge Base
🔷Won't Fix
🕑 High
🕑 High
🕑 High
🕕 Medium
🕙 Low
🕛 Critical
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ScreenToGif#1767
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Riajyuu on GitHub (Apr 30, 2019).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/478
Originally assigned to: @NickeManarin on GitHub.
As per #6, config file is now use relevant path.
But extra components (ffmpeg, gifski) & project folder are still absolute path.
Is there any specific reason for this?
@NickeManarin commented on GitHub (May 2, 2019):
You can use relative paths with those settings. Just type a period (.) and the fields will be treated as relative.
@vatterspun commented on GitHub (May 3, 2019):
Related thread: #295
@Riajyuu commented on GitHub (May 24, 2019):
Sorry for my delay on this:
Yes, you can change the path by adding a period after downloaded. But I mean it shall be displayed as set as relative expression by default.
@stephen147 commented on GitHub (Jul 14, 2019):
It would be nice once you choose to install ffmpeg and Gifsi that it will re-route to the relative path.
And the settings file appears to be absolute also out of the box.
@NickeManarin commented on GitHub (Nov 13, 2019):
@Riajyuu Maybe if the user saves Gifski/FFmpeg in a path that is inside the same path as the App, the path could be set as relative by default. If the user saves it to elsewhere, it will be displayed the full path.
@NickeManarin commented on GitHub (Nov 13, 2019):
@stephen147 Yes, the settings file is absolute when inside the AppData, but it is relative when inside the local folder.